]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+video-channels/video-channels.component.ts
Add 404 page
authorChocobozzz <me@florianbigard.com>
Thu, 31 May 2018 09:35:01 +0000 (11:35 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 31 May 2018 12:24:13 +0000 (14:24 +0200)
commita51bad1accfade25916db0dadaeb879a182cf19b
tree128330863a1125be437cf8ba9bc0c6c529068520
parent351d5225d6a4fe6863f760f02454eac88f730607
Add 404 page
13 files changed:
client/src/app/+accounts/accounts.component.ts
client/src/app/+page-not-found/page-not-found-routing.module.ts [new file with mode: 0644]
client/src/app/+page-not-found/page-not-found.component.html [new file with mode: 0644]
client/src/app/+page-not-found/page-not-found.component.scss [new file with mode: 0644]
client/src/app/+page-not-found/page-not-found.component.ts [new file with mode: 0644]
client/src/app/+page-not-found/page-not-found.module.ts [new file with mode: 0644]
client/src/app/+video-channels/video-channels.component.ts
client/src/app/app-routing.module.ts
client/src/app/app.module.ts
client/src/app/core/routing/redirect.service.ts
client/src/app/shared/rest/rest-extractor.service.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/videos-routing.module.ts