Angular Topics
- Angular can inject a service into a component by registering a provider.
- When you provide the service at the
rootlevel, Angular creates a single, shared instance - call the service on the
ngOnInitlifecycle hook - Angular only binds to public component properties.
- When you provide the service at the
- Routing
- The
<router-outlet>tells the router where to display routed views.
- The
- Observable
- RjXs Observable
ofsymbols from RjXs
- RjXs Observable