projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51bad1
)
Fix lint
author
Chocobozzz
<me@florianbigard.com>
Thu, 31 May 2018 12:43:48 +0000
(14:43 +0200)
committer
Chocobozzz
<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
patch
|
blob
|
history
client/src/app/+page-not-found/page-not-found.module.ts
patch
|
blob
|
history
client/src/app/app.module.ts
patch
|
blob
|
history
diff --git
a/client/src/app/+page-not-found/page-not-found-routing.module.ts
b/client/src/app/+page-not-found/page-not-found-routing.module.ts
index 43f7d733715322e15e0c0566ab43c15eb84ece61..306d2d54d845c02139d990bc686cef151b7f148b 100644
(file)
--- a/
client/src/app/+page-not-found/page-not-found-routing.module.ts
+++ b/
client/src/app/+page-not-found/page-not-found-routing.module.ts
@@
-5,7
+5,7
@@
import { PageNotFoundComponent } from './page-not-found.component'
const pageNotFoundRoutes: Routes = [
{
path: '',
- component: PageNotFoundComponent
,
+ component: PageNotFoundComponent
}
]
diff --git
a/client/src/app/+page-not-found/page-not-found.module.ts
b/client/src/app/+page-not-found/page-not-found.module.ts
index bc29d17c47967f274dabd865ecc0c8a5ccf9c8f8..ffc1f777db3f8d704394493a7ffab3fd3dd4de4c 100644
(file)
--- a/
client/src/app/+page-not-found/page-not-found.module.ts
+++ b/
client/src/app/+page-not-found/page-not-found.module.ts
@@
-10,7
+10,7
@@
import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r
],
declarations: [
- PageNotFoundComponent
,
+ PageNotFoundComponent
],
exports: [
diff --git
a/client/src/app/app.module.ts
b/client/src/app/app.module.ts
index 0b4144e39080d883d7639c5674303fcb25ceb6b6..cf533629fb24a3cc308f2dcfc547c23781562134 100644
(file)
--- a/
client/src/app/app.module.ts
+++ b/
client/src/app/app.module.ts
@@
-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: [ ]
})