using ng-template in angularjs

  • View components in AngularJS

    View components in AngularJS

    angularjs supports single page application through multiple views on a single page. to do this, angularjs provides ng-view and ng-template directive and $ routeprovider service.