Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 16bed69

Browse files
Renamed prefix Md modules to Mat
"Md" prefix has been completely replaced by "Mat"
1 parent e3a1305 commit 16bed69

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)

AltStyle によって変換されたページ (->オリジナル) /