Country Code
  • Home
Sign in Subscribe

angular

A collection of 4 posts
Creating a WebSocket in a WebWorker with Angular
angular Featured

Creating a WebSocket in a WebWorker with Angular

In this post we'll cover using the Angluar CLI to create a Dedicated WebWorker and then open a WebSocket in the worker thread and post messages to and from the worker thread.
08 Jul 2021 3 min read
Angular Performance Monitoring with Custom Typescript Decorators
angular Featured

Angular Performance Monitoring with Custom Typescript Decorators

This post follows on from the last post on Angular Performance monitoring [https://country-code.ghost.io/angular-with-web-performance-api/]. The code is updated to use some custom Typescript decorators to add marks and measures to the component. Below is the mark decorator. Simply takes the mark name and creates the mark. export
07 May 2019 1 min read
angular Featured

Getting Started with Angular Performance Monitoring

Below are some results of some initial experimentation with Web Performance API [https://developer.mozilla.org/en-US/docs/Web/API/Performance] and Angular. I started out by adding a performance.mark('constructor') to a component constructor. To perform a measure you need at least two marks, so next
19 Mar 2019 1 min read
angular Featured

Angular with RxJS - Observable vs Subject vs BehaviorSubject

Been working with Angular for awhile and wanted to get down some detail on the differences between Observable vs Subject vs BehaviorSubject. It's a bit of a mind shift but well worth the effort. To that end I find it's best to get hands on so
02 Nov 2017 1 min read
Page 1 of 1
Country Code © 2025
Powered by Ghost