Skip to content

Commit

Permalink
feat(共享模块): 新增第三方FlexLayout模块
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayisheji committed Dec 4, 2017
1 parent 9988a79 commit 0d3ae22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ import { RouterModule } from '@angular/router';

import { getNavData } from '@app/config';

/**
* 第三方依赖组件
*/
import { FlexLayoutModule } from '@angular/flex-layout';


/**
* Simple Utility components
*/
Expand All @@ -18,6 +24,7 @@ import { BreadcrumbModule } from './breadcrumb';
imports: [
CommonModule,
RouterModule,
FlexLayoutModule,
SimpleModule.forRoot(),
BreadcrumbModule.forRoot(getNavData),
],
Expand All @@ -26,6 +33,7 @@ import { BreadcrumbModule } from './breadcrumb';
exports: [
CommonModule,
RouterModule,
FlexLayoutModule,
SimpleModule,
BreadcrumbModule,
]
Expand Down

0 comments on commit 0d3ae22

Please sign in to comment.