From 693b1aba4675f7e3d850e0f6d07dbfc7bdff9b8c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 20 Nov 2016 17:18:15 +0100 Subject: Client: split in angular modules --- client/src/app/app.routes.ts | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 client/src/app/app.routes.ts (limited to 'client/src/app/app.routes.ts') diff --git a/client/src/app/app.routes.ts b/client/src/app/app.routes.ts deleted file mode 100644 index 03e2bce51..000000000 --- a/client/src/app/app.routes.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { Routes } from '@angular/router'; - -import { AccountRoutes } from './account'; -import { LoginRoutes } from './login'; -import { AdminRoutes } from './admin'; -import { VideosRoutes } from './videos'; - -export const routes: Routes = [ - { - path: '', - redirectTo: '/videos/list', - pathMatch: 'full' - }, - ...AdminRoutes, - ...AccountRoutes, - ...LoginRoutes, - ...VideosRoutes -]; -- cgit v1.2.3