InterviewSolution
Saved Bookmarks
| 1. |
What is the use of router outlet in Angular? |
|
Answer» In Angular 6, a router-outlet is used to function as a PLACEHOLDER that loads the different components dynamically BASED on the CURRENT route STATE and activated COMPONENT. |
|