| .. | .. |
|---|
| 24 | 24 | import { HeroDetailComponent } from './detail.component'; |
|---|
| 25 | 25 | import { LoginFormComponent } from './login.form.component'; |
|---|
| 26 | 26 | import { LicenseListComponent } from './license.list.component'; |
|---|
| 27 | +import { LicenseFormComponent } from './forms/license.form.component'; |
|---|
| 28 | + |
|---|
| 27 | 29 | |
|---|
| 28 | 30 | import { appRoutes, appRoutingProviders } from './app.routes'; |
|---|
| 29 | 31 | import { requestOptionsProvider, requestBackendProvider } from './common/default.requests.options'; |
|---|
| .. | .. |
|---|
| 54 | 56 | LoginFormComponent, |
|---|
| 55 | 57 | ErrorCheckerComponent, |
|---|
| 56 | 58 | LicenseListComponent, |
|---|
| 59 | + LicenseFormComponent, |
|---|
| 57 | 60 | I18nDirective, |
|---|
| 58 | 61 | HomeComponent |
|---|
| 59 | 62 | ], |
|---|
| 60 | 63 | bootstrap: [ HomeComponent ], |
|---|
| 61 | | - entryComponents: [ PackFormComponent ], |
|---|
| 64 | + entryComponents: [ PackFormComponent, LicenseFormComponent ], |
|---|
| 62 | 65 | providers: [ |
|---|
| 63 | 66 | SeCurisSession, |
|---|
| 64 | 67 | UserService, |
|---|
| 65 | 68 | PacksService, |
|---|
| 66 | 69 | LicensesService, |
|---|
| 67 | 70 | PackFormComponent, |
|---|
| 71 | + LicenseFormComponent, |
|---|
| 68 | 72 | ApplicationsService, |
|---|
| 69 | 73 | OrganizationsService, |
|---|
| 70 | 74 | LicenseTypesService, |
|---|