November 24, 2024

Better Angular App Architecture With Modules

Author: Dan Wellman
Go to Source

When you’re just starting out with Angular, you’ll probably write your app as a single module. This works fine for small apps, but for more complex production apps, the single-module approach will quickly get out of control and make the code hard to maintain.

In this course, you’ll learn all about moving from a small single-module Angular app to a larger, more complex multi-module architecture. Along the way, you’ll see a practical example of how to break an app down into discrete sections in order to minimise and organise the complexity that growth of the codebase brings.

Read more