
AngularRxJSobservables
Angular service to handle state using BehaviorSubject
Created an abstract service to keep track of state and handle communication between components and services. The service uses the BehaviorSubject from RxJS, and has some nice features like auto-completion and being able to get either a snapshot or an...
Read →