From d5218787552bc56d7a472beffb5f06b5411bcf99 Mon Sep 17 00:00:00 2001 From: Simon Hanna Date: Mon, 20 Aug 2018 01:04:00 +0200 Subject: [PATCH] Uncomment routes --- src/app/app.routing.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/app.routing.ts b/src/app/app.routing.ts index 4a714d6..8334fa5 100644 --- a/src/app/app.routing.ts +++ b/src/app/app.routing.ts @@ -21,14 +21,14 @@ component: OpenLPServiceComponent path: 'slides', component: OpenLPSlidesComponent }, -// { -// path: 'alerts', -// component: OpenLPAlertComponent -// }, -// { -// path: 'search', -// component: OpenLPSearchComponent -// } +{ +path: 'alerts', +component: OpenLPAlertComponent +}, +{ +path: 'search', +component: OpenLPSearchComponent +} ]; @NgModule({ imports: [RouterModule.forRoot(routes)],