InterviewSolution
Saved Bookmarks
| 1. |
Describe the importance of WildCard Route in Angular 8. |
|
Answer» Angular 8 WildCard Route does the extremely important job of matching URLS as instructions to get a client-generated view. It sets a route when the URL which is REQUESTED does not match any ROUTER paths. In a nutshell, the WildCard Router sets or DEFINES the routes of the pages in Angular 8. |
|