Skip to content

Commit

Permalink
feat(UI组件模块): simple模块 新增Badge模块
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayisheji committed Mar 1, 2018
1 parent d47d5fb commit 27abc9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/simple/simple.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ButtonModule } from './button';
import { SpinnerModule } from './spinner';
import { ListModule } from './list';
import { AvatarModule } from './avatar';
import { BadgeModule } from './badge';


@NgModule({
Expand All @@ -20,7 +21,8 @@ import { AvatarModule } from './avatar';
DialogModule,
SpinnerModule,
ListModule,
AvatarModule
AvatarModule,
BadgeModule
]
})
export class SimpleModule {
Expand Down

0 comments on commit 27abc9b

Please sign in to comment.