Question Bank
1085 approved questions from the community
What is an Angular template?
A module in Angular can declare components, directives, and pipes.
Data binding allows communication between a component and the DOM.
`*ngFor` is used to repeat DOM elements for each item in an iterable.
RouterLink is used to navigate to routes in Angular templates.
How do you test Angular applications using CLI?
What is an Angular library?
What are template-driven forms in Angular?
What are reactive forms in Angular?
What is the purpose of *ngSwitch directive?
What is the slice pipe used for?
What is TestBed in Angular?
What is Angular primarily classified as?
How do you create a directive using Angular CLI?
Which language is Angular written in and commonly used to develop Angular applications?
What is the purpose of the base href tag in Angular routing?
Which Angular CLI command generates a new component?
What is a bootstrapping module in Angular?
What syntax is used for interpolation in Angular templates?
What is Angular Material?