Explanation: Square brackets `[]` are used for property binding.
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: Square brackets `[]` are used for property binding.
Explanation: Two-way binding in Angular is done using [(ngModel)].
Explanation: angular.json contains configuration metadata for the Angular project.
Explanation: @angular/router is required for implementing routing in Angular apps.
Explanation: Modules are containers that group related components and services.
Explanation: The `ng serve` command is used to start the Angular development server.
Explanation: RouterModule is used to configure and manage routing in Angular.
Explanation: Data is passed to child components using the @Input decorator.
Explanation: The async pipe automatically subscribes and unsubscribes from Observables.
Explanation: FormsModule is used for creating template-driven forms in Angular.