What command creates a new Angular project using the CLI?
What is the main building block of Angular?
Which file defines the root module in Angular?
Which symbol is used for interpolation in Angular?
What directive is used to loop over a list in Angular?
Which lifecycle hook is called after Angular sets all input properties?
Which lifecycle hook is typically used to initialize data in a component?
What decorator is used to access child components in a template?
Which directive allows projection of content into a component?
Which RxJS operator is used to switch to a new observable and cancel the previous one?
What is the benefit of using forRoot() in a module?
What does lazy loading in Angular improve?
Which strategy can preload selected modules after app load?
What does switchMap do in RxJS?
Which RxJS subject emits the last emitted value to new subscribers?