top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What Is Ng-View In AngularJS?

+1 vote
267 views
What Is Ng-View In AngularJS?
posted Dec 27, 2017 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

ngView is a directive that complements the $route service by including the rendered template of the current route into the main layout (index.html) file. Every time the current route changes, the included view changes with it according to the configuration of the $route service.

Requires the ngRoute module to be installed.

Read More : https://docs.angularjs.org/api/ngRoute/directive/ngView

answer Dec 28, 2017 by Ujjwal Mehra
...