- Overview
- Transcript
1.1 Introduction
Welcome to Better Angular App Architecture With Modules. In this introductory lesson, I'll explain what the course is about and introduce some of the subjects we'll be covering.
1.Introduction2 lessons, 08:35
1.1Introduction00:48
1.2Setup07:47
2.Refactoring to a Multiple Module Architecture5 lessons, 46:33
2.1Adding Our First Submodule05:14
2.2Adding Feature Modules13:30
2.3Lazy-Loading Feature Modules10:36
2.4Handling Services06:51
2.5Creating a Third-Party Module10:22
3.Conclusion1 lesson, 00:43
3.1Conclusion00:43
1.1 Introduction
Hi folks, it's very common when getting started with Angular to build applications using a single root module which all of your other components and services connect to. This is fine for small applications, but as your projects start to grow, there comes a time when it makes sense to move to a more modular architecture and break the application up into multiple modules. In this course, we are going to take a small example application and see how we can add smaller modules like a routing module or larger features modules containing multiple components and services. We can also look at creating a completely independent third party module that we can share between all of our projects. Let's make a start in the next lesson by installing the initial starter site and getting everything set up and running. Thanks for watching.







