Explanation: Standalone components can be used without being declared in an NgModule.
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: Standalone components can be used without being declared in an NgModule.
Explanation: The `map` operator transforms the emitted items of an Observable.
Explanation: Resolvers pre-fetch data required for a route before the route activates.
Explanation: `canActivate` is used to control access to routes using guards.
Explanation: ngStyle is used to bind dynamic inline styles.
Explanation: trackBy improves performance by tracking the identity of items.
Explanation: Angular uses the Default change detection strategy unless OnPush is specified.
Explanation: Karma is the test runner and Jasmine is the testing framework used by Angular.
Explanation: Access modifiers like private/public allow Angular to inject services into constructors.
Explanation: Angular uses Observables (RxJS) for handling async data streams.