Question Bank
1899 approved questions from the community
Custom elements bootstrap automatically when added to the DOM.
You can detect route changes in Angular by subscribing to router events.
Angular 8 and later support dynamic imports for lazy loading with the import() statement.
NgUpgrade allows mixing AngularJS and Angular components in the same application.
Angular provides the DomSanitizer service to bypass security and trust specific values.
Multiple interceptors are supported in Angular and execute in the order they are provided.
Protractor is an end-to-end testing framework for Angular applications.
What is Zone.js in Angular?
What are HTTP Interceptors in Angular?
In Angular 9+, the entryComponents array is no longer necessary due to Ivy.
Angular Language Service provides code completion and error detection in templates.
Angular animations are defined using the @angular/animations package.
If you import the same module twice in Angular, it will be evaluated only once.
Angular provides built-in validators like required, minLength, and maxLength.
What is an entry component in Angular?
What are web workers used for in Angular?
What UX concerns should be considered when using iconography in user interfaces?
What should you do when prioritizing accessibility work that exceeds team capacity?
When should form error messages be positioned on the page?
What is the purpose of the viewport meta tag's user-scalable setting for accessibility?