From 1f0215a908c3b447cef03c10d4b089c0788922bd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 May 2017 16:08:43 +0200 Subject: Client: little refractoring --- .../app/+admin/video-abuses/video-abuses.routes.ts | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'client/src/app/+admin/video-abuses/video-abuses.routes.ts') diff --git a/client/src/app/+admin/video-abuses/video-abuses.routes.ts b/client/src/app/+admin/video-abuses/video-abuses.routes.ts index c99e162be..1f19d7885 100644 --- a/client/src/app/+admin/video-abuses/video-abuses.routes.ts +++ b/client/src/app/+admin/video-abuses/video-abuses.routes.ts @@ -5,24 +5,24 @@ import { VideoAbuseListComponent } from './video-abuse-list'; export const VideoAbusesRoutes: Routes = [ { - path: 'video-abuses', - component: VideoAbusesComponent - , - children: [ - { - path: '', - redirectTo: 'list', - pathMatch: 'full' - }, - { - path: 'list', - component: VideoAbuseListComponent, - data: { - meta: { - title: 'Video abuses list' - } + path: 'video-abuses', + component: VideoAbusesComponent + , + children: [ + { + path: '', + redirectTo: 'list', + pathMatch: 'full' + }, + { + path: 'list', + component: VideoAbuseListComponent, + data: { + meta: { + title: 'Video abuses list' } } - ] - } + } + ] + } ]; -- cgit v1.2.3