Fix bug: clarity service not found

This commit is contained in:
Steven Zou 2017-02-15 13:40:56 +08:00
parent d689784d7f
commit f230d114d5
2 changed files with 38 additions and 38 deletions

View File

@ -9,7 +9,7 @@ import { ClarityModule } from 'clarity-angular';
BrowserModule, BrowserModule,
FormsModule, FormsModule,
HttpModule, HttpModule,
ClarityModule ClarityModule.forRoot()
], ],
exports: [ exports: [
BrowserModule, BrowserModule,