What Is Ng-View In AngularJS?
Answer / Bhagwan Singh
Ng-View in AngularJS is a directive that allows you to define views within an application. It is used to display the view corresponding to the current state of the application. The content within ng-view is replaced with the HTML returned by the controller's $scope.$resolve function.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of ngfor directive in angular?
What is the need for typescript in angular 2?
What are ngModel and how do we represent it?
What are the disadvantages of angularjs?
Explain what is di (dependency injection) and how an object or function can get a hold of its dependencies?
What is ng command?
What is mvc5?
What does –open or -o command do in angular?
How to get the data from db?
What is viewchild and viewchildren in angular?
What are the key features/concepts of Angular.js?
What are http interceptors used for?