Practice questions
Let's take a look at a few practice questions:
- Which npm package creates an Nx monorepo application?
- What are the differences between the Angular CLI and Nx CLI?
- How can we enable NgRx in the library of a monorepo?
- How do we select data from the store?
- How do we interact with HTTP in NgRx?
- Where do we modify the state of an NgRx store?
- What is the difference between a root and a feature state?
- Which npm package can we use for Google Maps in an Angular application?
- How can we subscribe to an NgRx selector manually?
- Which component do we use for displaying additional information on Google Maps?