Skip to content

Commit

Permalink
fix(module): remove deprecated forRoot and update ts (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored May 12, 2017
1 parent 06386a7 commit 2ca566a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion material.angular.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"protractor": "^5.1.1",
"ts-node": "^2.0.0",
"tslint": "^4.4.2",
"typescript": "~2.1.1"
"typescript": "~2.2.0"
}
}
2 changes: 1 addition & 1 deletion material.angular.io/src/app/app-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {ComponentPageHeader} from './pages/component-page-header/component-page-
SharedModule,
FormsModule,
HttpModule,
MaterialModule.forRoot(),
MaterialModule,
routing,
],
providers: [
Expand Down

0 comments on commit 2ca566a

Please sign in to comment.