What are the types of injector hierarchies?
There are two types of injector hierarchies in Angular
- ModuleInjector hierarchy: It configure on a module level using an @NgModule() or @Injectable() annotation.
- ElementInjector hierarchy: It created implicitly at each DOM element. Also it is empty by default unless you configure it in the providers property on @Directive() or @Component().
May 15, 2022
427
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