This session covers best practices for building clean and maintainable Angular applications. We cover organizing your components into modules, building and registering services, routing best practices, and getting the most from TypeScript. We will examine common Angular patterns, such as smart vs presentational components, Redux (NgRx), and declarative development with RxJS.
You will learn:
- Best practices for organizing your Angular application
- Patterns for state management
- How to build better components, templates, and services