Skip to content

Commit

Permalink
feat(UI组件模块): simple模块 新增Dropdown模块
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayisheji committed Mar 2, 2018
1 parent c77b6fc commit d2b2d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/simple/simple.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AvatarModule } from './avatar';
import { BadgeModule } from './badge';
import { FormModule } from './form';
import { InputModule } from './input';

import { DropdownModule } from './dropdown';

@NgModule({
exports: [
Expand All @@ -27,6 +27,7 @@ import { InputModule } from './input';
BadgeModule,
FormModule,
InputModule,
DropdownModule
]
})
export class SimpleModule {
Expand Down

0 comments on commit d2b2d26

Please sign in to comment.