Fix lint
This commit is contained in:
parent
a51bad1acc
commit
a961477666
|
@ -5,7 +5,7 @@ import { PageNotFoundComponent } from './page-not-found.component'
|
|||
const pageNotFoundRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: PageNotFoundComponent,
|
||||
component: PageNotFoundComponent
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r
|
|||
],
|
||||
|
||||
declarations: [
|
||||
PageNotFoundComponent,
|
||||
PageNotFoundComponent
|
||||
],
|
||||
|
||||
exports: [
|
||||
|
|
|
@ -59,7 +59,7 @@ export function metaFactory (serverService: ServerService): MetaLoader {
|
|||
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: [ ]
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue