Add 404 page

This commit is contained in:
Chocobozzz 2018-05-31 11:35:01 +02:00
parent 351d5225d6
commit a51bad1acc
No known key found for this signature in database
GPG key ID: 583A612D890159BE
13 changed files with 125 additions and 40 deletions

View file

@ -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'
}
]