AngularJS Is a client-side MVC JavaScript framework for writing single page web applications(SPA). Routing means switch to multiple pages without reloading entire application any time. Achieving this goal you must have to use ['ngRoute'] module 樽n your application. ngRoute module routes your application to different pages without reloading. You can download ngRoute library file from AngularJS website.