Implementing the Angular client application

We have reached the point in our project at which we will start integrating the AngularJS application. This chapter will take a different approach at building the desired application. An ideal application should be structured in a modular way, each module addressing a specific functionality.

You are probably already familiar with the component-based approach when building Angular apps. What this means is that we will create small modules that encapsulate specific functionalities. This enables us to add functionality incrementally; imagine adding vertical blocks onto the application.

For this to work, we need to create a main block that glues everything together, pulling all features and modules together. ...

Get MEAN Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.