Angular Best Practices
Once you start building more complex Angular apps, you can run into maintenance, organizational, and scalability issues. This course will teach you best practices to build professional, maintainable Angular applications.
What you'll learn
It's easy to create simple applications in Angular, but once you start building larger, more complex applications, you can quickly run into maintenance, organizational, and scalability issues if you're not careful. In this course, Angular Best Practices, you'll learn the key best practices in Angular. First, you'll explore the best practices around Angular project and folder organization. Next, you'll dive into Angular module organization and how to use Core, shared, and feature modules. Then, you'll learn about Angular components and services, and important performance best practices to ensure you're building fast and scalable Angular applications. Finally, you'll explore a few basic coding best practices. By the end of this course, you'll have all the skills and knowledge around Angular best practices to help you build professional, maintainable, and scalable Angular applications.
Table of contents
- Introduction 1m
- Prefixing Component Selectors 3m
- Separating Component CSS and Template Files 3m
- Decorating Input and Output Properties 1m
- Delegating Complex Logic to Services 5m
- Component Member Sequence 3m
- Implementing Lifecycle Hook Interfaces 2m
- When to (And Not to) Create Components 3m
- Summary 1m