Commit eb3e6c9f authored by wangqinghua's avatar wangqinghua

commonService

parent cd21e8f7
...@@ -16,8 +16,8 @@ import { ...@@ -16,8 +16,8 @@ import {
Principal, Principal,
HasAnyAuthorityDirective, HasAnyAuthorityDirective,
} from './'; } from './';
import {ToTree} from './common/toTree';
import {ReactiveFormsModule} from '@angular/forms'; import {ReactiveFormsModule} from '@angular/forms';
import {CommonService} from './common/common.service';
@NgModule({ @NgModule({
imports: [ imports: [
...@@ -41,7 +41,7 @@ import {ReactiveFormsModule} from '@angular/forms'; ...@@ -41,7 +41,7 @@ import {ReactiveFormsModule} from '@angular/forms';
DatePipe, DatePipe,
EmitService, EmitService,
NgbActiveModal, NgbActiveModal,
ToTree, CommonService,
], ],
entryComponents: [JhiLoginModalComponent], entryComponents: [JhiLoginModalComponent],
exports: [ exports: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment