Merge pull request #1363 from vmware/fix/clarity_version_issue

Fix bug: clarity service not found;
Simple change, so merge by myself
This commit is contained in:
Steven Zou 2017-02-15 14:05:18 +08:00 committed by GitHub
commit cbb3838e61
2 changed files with 38 additions and 38 deletions

View File

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