Skip to content

Commit

Permalink
feat(material): upgrade material
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed May 15, 2017
1 parent 24e7fb3 commit 71c06a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/material": "^2.0.0-beta.3",
"@angular/material": "^2.0.0-beta.4",
"@angular/platform-browser": "^4.0.0",
"@ngx-translate/core": "^6.0.1",
"@types/jspdf": "^1.1.31",
Expand Down Expand Up @@ -87,7 +87,7 @@
"to-string-loader": "^1.1.5",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.1.0",
"typescript": "~2.2.0",
"webpack": "^2.3.3",
"webpack-merge": "^4.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/demo-app/app/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function languageLoader(http: Http) {
RouterModule.forRoot([]),
FormsModule,
HttpModule,
MaterialModule.forRoot(),
MaterialModule,
IgoModule.forRoot()
],
providers: [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const IGO_MODULES = [

@NgModule({
imports: [
MaterialModule.forRoot(),
MaterialModule,

IgoCoreModule.forRoot(),
IgoDataSourceModule.forRoot(),
Expand Down

0 comments on commit 71c06a6

Please sign in to comment.