[DEV] add missing component in the init of the application
This commit is contained in:
parent
9d9fcc3eb5
commit
e8a957a183
@ -39,11 +39,10 @@ import {
|
|||||||
UserService,
|
UserService,
|
||||||
} from 'common/service';
|
} from 'common/service';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { ErrorComponent, PopInComponent, SpinerComponent, TopMenuComponent, UploadFileComponent } from 'common/component';
|
import { ErrorComponent, PopInComponent, SpinerComponent, TopMenuComponent, UploadFileComponent, PasswordEntryComponent, EntryComponent, AsyncActionStatusComponent, ErrorMessageStateComponent, CheckboxComponent } from 'common/component';
|
||||||
import { ForbiddenScene } from 'common/scene';
|
import { ForbiddenScene } from 'common/scene';
|
||||||
import { AdminUserService, ApplicationService, SettingsService } from 'app/service';
|
import { AdminUserService, ApplicationService, SettingsService } from 'app/service';
|
||||||
import { PopInUploadProgress, PopInDeleteConfirm } from 'common/popin';
|
import { PopInUploadProgress, PopInDeleteConfirm } from 'common/popin';
|
||||||
import { PasswordEntryComponent } from './component';
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
@ -52,7 +51,11 @@ import { PasswordEntryComponent } from './component';
|
|||||||
UploadFileComponent,
|
UploadFileComponent,
|
||||||
ErrorComponent,
|
ErrorComponent,
|
||||||
PasswordEntryComponent,
|
PasswordEntryComponent,
|
||||||
|
EntryComponent,
|
||||||
SpinerComponent,
|
SpinerComponent,
|
||||||
|
AsyncActionStatusComponent,
|
||||||
|
ErrorMessageStateComponent,
|
||||||
|
CheckboxComponent,
|
||||||
|
|
||||||
PopInComponent,
|
PopInComponent,
|
||||||
PopInUploadProgress,
|
PopInUploadProgress,
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import { PasswordEntryComponent } from "./password-entry/password-entry";
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
PasswordEntryComponent
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user