Fix lint
authorChocobozzz <me@florianbigard.com>
Thu, 31 May 2018 12:43:48 +0000 (14:43 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 31 May 2018 12:43:48 +0000 (14:43 +0200)
client/src/app/+page-not-found/page-not-found-routing.module.ts
client/src/app/+page-not-found/page-not-found.module.ts
client/src/app/app.module.ts

index 43f7d733715322e15e0c0566ab43c15eb84ece61..306d2d54d845c02139d990bc686cef151b7f148b 100644 (file)
@@ -5,7 +5,7 @@ import { PageNotFoundComponent } from './page-not-found.component'
 const pageNotFoundRoutes: Routes = [
   {
     path: '',
-    component: PageNotFoundComponent,
+    component: PageNotFoundComponent
   }
 ]
 
index bc29d17c47967f274dabd865ecc0c8a5ccf9c8f8..ffc1f777db3f8d704394493a7ffab3fd3dd4de4c 100644 (file)
@@ -10,7 +10,7 @@ import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r
   ],
 
   declarations: [
-    PageNotFoundComponent,
+    PageNotFoundComponent
   ],
 
   exports: [
index 0b4144e39080d883d7639c5674303fcb25ceb6b6..cf533629fb24a3cc308f2dcfc547c23781562134 100644 (file)
@@ -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: [ ]
 })