Google News
logo
Angular - Interview Questions
What is the purpose of Wildcard Route in Angular 8?
The main purpose of the Wildcard Router in Angular version 8 is to match every URL as an instruction to get a clear client-generated view. This Wildcard route always comes last as it needs to perform its task at the end only. It is mainly used to define the route of the pages in Angular 8.
Advertisement