Skip to content

Commit 2ca566a

Browse files
authoredMay 12, 2017
fix(module): remove deprecated forRoot and update ts (#151)
1 parent 06386a7 commit 2ca566a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎material.angular.io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"protractor": "^5.1.1",
4848
"ts-node": "^2.0.0",
4949
"tslint": "^4.4.2",
50-
"typescript": "~2.1.1"
50+
"typescript": "~2.2.0"
5151
}
5252
}

‎material.angular.io/src/app/app-module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import {ComponentPageHeader} from './pages/component-page-header/component-page-
4141
SharedModule,
4242
FormsModule,
4343
HttpModule,
44-
MaterialModule.forRoot(),
44+
MaterialModule,
4545
routing,
4646
],
4747
providers: [

0 commit comments

Comments
 (0)
Please sign in to comment.