Top JavaScript Frameworks july 2014 | Page 2

3.The user may also choose to a view static about page, which I simply added to make enough routes to make things more worthwhile when demonstating the routing within Angular.js Advantages of AngularJS:  The declarative process is easier to understand.  You can package code as reusable modules.  The modules can be loaded in any order (or even in parallel) because modules delay execution.  AngularJS is a great choice if your are building a CRUD (create/read/update/delete) client side app  Unit tests only have to load relevant modules, which keeps them fast.  End-to-end tests can use modules to override configuration.