This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Replace callbacks with Behavioral Subjects #24
Open
Description
You create a lot of tight coupling and testability woes by using callbacks. A more angular way would be to use Observables, probably based on Behavioral Subjects.
You might also want to look into Guarding routes, making use of modules and adhere to the one component per file convention.
That said thanks for posting this.