rsanchez
2017-03-15 a6b5178c7295be4525ee0f607e42f72a12a2e3d6
securis/src/main/webapp/src/app/app.module.ts
....@@ -24,6 +24,8 @@
2424 import { HeroDetailComponent } from './detail.component';
2525 import { LoginFormComponent } from './login.form.component';
2626 import { LicenseListComponent } from './license.list.component';
27
+import { LicenseFormComponent } from './forms/license.form.component';
28
+
2729
2830 import { appRoutes, appRoutingProviders } from './app.routes';
2931 import { requestOptionsProvider, requestBackendProvider } from './common/default.requests.options';
....@@ -54,17 +56,19 @@
5456 LoginFormComponent,
5557 ErrorCheckerComponent,
5658 LicenseListComponent,
59
+ LicenseFormComponent,
5760 I18nDirective,
5861 HomeComponent
5962 ],
6063 bootstrap: [ HomeComponent ],
61
- entryComponents: [ PackFormComponent ],
64
+ entryComponents: [ PackFormComponent, LicenseFormComponent ],
6265 providers: [
6366 SeCurisSession,
6467 UserService,
6568 PacksService,
6669 LicensesService,
6770 PackFormComponent,
71
+ LicenseFormComponent,
6872 ApplicationsService,
6973 OrganizationsService,
7074 LicenseTypesService,