mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
a51bad1acc
commit
a961477666
|
@ -5,7 +5,7 @@ import { PageNotFoundComponent } from './page-not-found.component'
|
||||||
const pageNotFoundRoutes: Routes = [
|
const pageNotFoundRoutes: Routes = [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
component: PageNotFoundComponent,
|
component: PageNotFoundComponent
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r
|
||||||
],
|
],
|
||||||
|
|
||||||
declarations: [
|
declarations: [
|
||||||
PageNotFoundComponent,
|
PageNotFoundComponent
|
||||||
],
|
],
|
||||||
|
|
||||||
exports: [
|
exports: [
|
||||||
|
|
|
@ -59,7 +59,7 @@ export function metaFactory (serverService: ServerService): MetaLoader {
|
||||||
deps: [ ServerService ]
|
deps: [ ServerService ]
|
||||||
}),
|
}),
|
||||||
|
|
||||||
AppRoutingModule, // Put it after all the module because it has the 404 route
|
AppRoutingModule // Put it after all the module because it has the 404 route
|
||||||
],
|
],
|
||||||
providers: [ ]
|
providers: [ ]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue