What is router-outlet directive in angular?
Answer / Raju Sharma
The RouterOutlet directive is a built-in Angular directive used to display the content of active routes. It works with Angular's RouterModule and acts as a placeholder for components associated with each route.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know scope in angularjs?
What ide's are currently used for the development of angularjs?
What is link function in angularjs?
What sre the directives in angularjs?
How to use angular js data grid/ng-grid?
What difference between ng-app vs. Data-ng-app and x-ng-app?
Can’t retrieve the injector from angular js?
Explain data binding in angular js.
How do you resolve a template url relative to a component class?
What are angularjs modules?
What are the directive scopes in angularjs?
How to create custom directives?