September 2014
Intermediate to advanced
256 pages
5h 25m
English
In this chapter, I’ll talk about the four components of the MEAN stack (MongoDB, Express.js, Angular.js, and Node.js) and get you all set up to start the project in the next chapter.
Angular.js is a framework for building applications inside the browser. It is targeted toward highly interactive applications. Out of the box, it comes with many components useful for building applications. It also provides the structure for highly modular, testable applications.
You integrate it into an application by adding a <script> tag to the HTML and writing custom code that works inside it.
Some of the tools it includes are two-way data binding, a router, DOM manipulation, animations, ...