rsanchez
2017-03-02 3a29297e886c8f4cc247e065df9a60d6177514a2
securis/src/main/webapp/src/app/app.routes.ts
....@@ -2,10 +2,12 @@
22
33 import { AppComponent } from './app.component';
44 import { PackListComponent } from './pack.list.component';
5
+import { LoginFormComponent } from './login.form.component';
56
67 const routes: Routes = [
7
- {path: '', redirectTo: '/packs', pathMatch: 'full'},
8
+ // {path: '', redirectTo: '/packs', pathMatch: 'full'},
89 {path: 'packs', component: PackListComponent },
10
+ {path: 'login', component: LoginFormComponent }
911 ];
1012 /* {path: 'product', component: DashboardProductComponent, children: [
1113 {path: '', component: ProductOverviewComponent},