Explanation: Angular uses the Injector class to inject dependencies.
Dear candidates you will find MCQ questions of Angular here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
Explanation: Angular uses the Injector class to inject dependencies.
Explanation: @Output is used to emit custom events to parent components.
Explanation: Parentheses () are used for event binding in Angular.
Explanation: Modules group related code and ensure modular architecture.
Explanation: The root component is listed in the bootstrap array of AppModule.
Explanation: ngOnChanges is triggered when input property values change.
Explanation: Zone.js is used to detect changes and trigger Angular's change detection.
Explanation: loadChildren enables lazy loading of Angular modules.
Explanation: Angular's Router service handles navigation and routing.
Explanation: OnPush change detection strategy improves performance by checking only when inputs change.