Add 404 page
This commit is contained in:
parent
351d5225d6
commit
a51bad1acc
13 changed files with 125 additions and 40 deletions
|
@ -19,6 +19,10 @@ const routes: Routes = [
|
|||
{
|
||||
path: 'video-channels',
|
||||
loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue