rsanchez
2017-03-14 ce9bc0c6ad58e4117d26a204ffc56bbcdb7fe916
securis/src/main/webapp/src/app/app.module.ts
....@@ -23,6 +23,7 @@
2323 import { PackListComponent } from './pack.list.component';
2424 import { HeroDetailComponent } from './detail.component';
2525 import { LoginFormComponent } from './login.form.component';
26
+import { LicenseListComponent } from './license.list.component';
2627
2728 import { appRoutes, appRoutingProviders } from './app.routes';
2829 import { requestOptionsProvider, requestBackendProvider } from './common/default.requests.options';
....@@ -52,6 +53,7 @@
5253 PackFormComponent,
5354 LoginFormComponent,
5455 ErrorCheckerComponent,
56
+ LicenseListComponent,
5557 I18nDirective,
5658 HomeComponent
5759 ],