September 2017
Intermediate to advanced
450 pages
11h 24m
English
In Angular, we can use our RouterModule configuration to catch any route that doesn't match our configuration by defining a wildcard route in our configuration, as follows:
RouterModule.forRoot([ ... { path: "**", component: PageNotFoundComponent }])
Read now
Unlock full access