Question Bank
1899 approved questions from the community
How do you find the Angular CLI version?
What is a schematic in Angular?
What is the i18n attribute used for in Angular?
How do you upgrade Angular version using CLI?
What is lazy loading in Angular?
How do you pass headers for HttpClient requests?
What is the @ViewChild decorator used for?
What are dynamic components in Angular?
What is the purpose of `providedIn: 'root'` in @Injectable?
What is a service in Angular?
What is dependency injection in Angular?
What is JIT compilation in Angular?
What is the purpose of wildcard routes in Angular?
What does the Angular `RouterOutlet` do?
What is an RxJS Subject?
What is the difference between pure and impure pipes?
What are pipes in Angular?
What is the difference between constructor and ngOnInit?
Standalone components can be created with the --standalone flag in Angular CLI.
BrowserModule should only be imported in the root AppModule, not in feature modules.