Skip to content

Commit 7dd5285

Browse files
authored
Merge pull request #8 from punisherx/master
Renamed prefix Md modules to Mat
2 parents e3a1305 + 16bed69 commit 7dd5285

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/app.module.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { FormsModule } from '@angular/forms';
44
import { HttpModule } from '@angular/http';
55
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
66
import { routing } from './app.routes';
7-
import { MdButtonModule, MdRadioModule, MdInputModule, MdMenuModule, MdCheckboxModule } from '@angular/material';
7+
import { MatButtonModule, MatRadioModule, MatInputModule, MatMenuModule, MatCheckboxModule } from '@angular/material';
88

99
import { AppComponent } from './app.component';
1010
import { SidebarComponent } from './sidebar/sidebar.component';
@@ -61,11 +61,11 @@ import { WizardComponent } from './dashboard/component/wizard/wizard.component';
6161
HttpModule,
6262
routing,
6363
BrowserAnimationsModule,
64-
MdButtonModule,
65-
MdRadioModule,
66-
MdInputModule,
67-
MdMenuModule,
68-
MdCheckboxModule
64+
MatButtonModule,
65+
MatRadioModule,
66+
MatInputModule,
67+
MatMenuModule,
68+
MatCheckboxModule
6969
],
7070
providers: [SettingsService],
7171
bootstrap: [AppComponent]

0 commit comments

Comments
 (0)