Question 1
What is the purpose of Angular's Router module?
Question 2
What decorator is used to define an Angular component?
Question 3
What is the purpose of a route parameter, such as ':slug', in Angular routing?
Question 4
What does two-way data binding in Angular use as its syntax?
Question 5
Which command-line tool is used to generate components and services in Angular?
Question 6
What is used in Angular to make HTTP requests to a backend API?
Question 7
What is the main building block of an Angular application's UI?
Question 8
What does Angular use to detect and apply changes to the DOM by default in new projects?
Question 9
What is an Observable in the context of Angular and RxJS?
Question 10
What Angular feature lets you share logic and data across components without a base class?