InterviewSolution
Saved Bookmarks
| 1. |
What is BASE HREF in Angular 2? |
|
Answer» The <BASE href="/"> in Angular 2 is to direct the Angular Router to the STATIC PART of a URL. It helps the router to differentiate and make MODIFICATIONS to the URL accordingly. |
|