This session covers best practices for building clean and usable Angular applications.
We cover setting up your folder structure, organizing your components into modules, registering services, routing best practices, working with asynchronous data, using RxJS effectively, and much more!You'll also learn about common Angular patterns, such as smart vs presentational components and Redux (NgRx).
You will learn:
- Best practices for organizing your Angular application
- Patterns for state management
- Better components, templates, and services