Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit f9838b6

Browse files
authored
fix(module): remove deprecated forRoot and update ts (#151)
1 parent 1bccf71 commit f9838b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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
}

src/app/app-module.ts

Lines changed: 1 addition & 1 deletion
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)