From 3a29297e886c8f4cc247e065df9a60d6177514a2 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 02 Mar 2017 15:52:51 +0000
Subject: [PATCH] #3527 feature - Added common components like i18n and local storage

---
 securis/src/main/webapp/src/app/app.routes.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/app.routes.ts b/securis/src/main/webapp/src/app/app.routes.ts
index 4078919..a8c5fac 100644
--- a/securis/src/main/webapp/src/app/app.routes.ts
+++ b/securis/src/main/webapp/src/app/app.routes.ts
@@ -2,10 +2,12 @@
 
 import { AppComponent } from './app.component';
 import { PackListComponent } from './pack.list.component';
+import { LoginFormComponent } from './login.form.component';
 
 const routes: Routes = [
-  {path: '', redirectTo: '/packs', pathMatch: 'full'}, 
+ // {path: '', redirectTo: '/packs', pathMatch: 'full'}, 
   {path: 'packs', component: PackListComponent },
+  {path: 'login', component: LoginFormComponent }
 ];
 /*    {path: 'product', component: DashboardProductComponent, children: [
       {path: '', component: ProductOverviewComponent},

--
Gitblit v1.3.2