How do you configure injectors with providers at different levels?
You can configure injectors with providers at different levels of your application by setting a metadata value. The configuration can happen in one of three places,
- In the
@Injectable()
decorator for the service itself - In the
@NgModule()
decorator for an NgModule - In the
@Component()
decorator for a component
May 18, 2022
147
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular