Newer
Older
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { DatePipe } from '@angular/common';
import { NgbActiveModal } from "@ng-bootstrap/ng-bootstrap";
import { NgZorroAntdModule } from 'ng-zorro-antd';
import { EmitService } from "./event/eventEmitter";
import {
BootappSharedLibsModule,
BootappSharedCommonModule,
CSRFService,
AuthServerProvider,
AccountService,
UserService,
StateStorageService,
LoginService,
JhiLoginModalComponent,
Principal,
HasAnyAuthorityDirective,
} from './';
import {DisableControlDirective} from './common/disable-control.directive';
NgZorroAntdModule,
BootappSharedLibsModule,
BootappSharedCommonModule
],
declarations: [
JhiLoginModalComponent,
HasAnyAuthorityDirective
],
providers: [
LoginService,
AccountService,
StateStorageService,
Principal,
CSRFService,
AuthServerProvider,
UserService,
DatePipe,
EmitService,
],
entryComponents: [JhiLoginModalComponent],
exports: [
BootappSharedCommonModule,
JhiLoginModalComponent,
HasAnyAuthorityDirective,