Introduction to new component router in AngularJS
The feature of utmost importance for any SPA frameworks like AngularJS is the routing mechanism and history management. AngularJS has supported routing since the beginning with the ngRoute module. ngRoute has a lot of limitations when it comes to building complex single page applications. No support for nested and parallel views are a few of […]