Practice questions
Let’s take a look at a few practice questions:
- What is the basic building block of an Angular application?
 - How do we group components of similar functionality?
 - Who handles business logic tasks in an Angular application?
 - Which Angular CLI command can we use to create a new Angular application?
 - Which Angular CLI command can we use to serve an Angular application?
 - How do we declare an Angular component in HTML?
 - How do we declare Angular components in a module?
 - What syntax do we use to bind text on HTML templates?
 - What is the benefit of using the Nx Console?
 - Which extension do we use to perform static analysis in our Angular code?