File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import {ExamplesRoutingModule} from './examples-routing.module';
5
5
import { MarkdownModule } from 'ngx-markdown' ;
6
6
import { InfoCompExampleComponent } from './info-comp-example/info-comp-example.component' ;
7
7
import { TranslateLoader , TranslateModule } from '@ngx-translate/core' ;
8
- import { MatLegacyRadioModule as MatRadioModule } from '@angular/material/legacy-radio' ;
9
8
import { HttpClient } from '@angular/common/http' ;
10
9
import { createTranslateLoader } from '../app.module' ;
11
- import { MatLegacyCardModule as MatCardModule } from '@angular/material/legacy-card' ;
12
- import { MatLegacySlideToggleModule as MatSlideToggleModule } from '@angular/material/legacy-slide-toggle' ;
13
- import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input' ;
14
10
import { MatPasswordStrengthModule } from '@angular-material-extensions/password-strength' ;
15
11
import { FormsModule } from '@angular/forms' ;
12
+ import { MatSlideToggleModule } from '@angular/material/slide-toggle' ;
13
+ import { MatCardModule } from '@angular/material/card' ;
14
+ import { MatInputModule } from '@angular/material/input' ;
15
+ import { MatRadioModule } from '@angular/material/radio' ;
16
16
17
17
@NgModule ( {
18
18
imports : [
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ import {CommonModule} from '@angular/common';
3
3
import { GettingStartedComponent } from './getting-started.component' ;
4
4
import { GettingStartedRoutingModule } from './getting-started-routing.module' ;
5
5
import { ClipboardModule } from 'ngx-clipboard' ;
6
- import { MatLegacyCardModule as MatCardModule } from '@angular/material/legacy-card' ;
7
6
import { MatIconModule } from '@angular/material/icon' ;
8
7
import { MatPagesModule } from '@angular-material-extensions/pages' ;
9
8
import { HIGHLIGHT_OPTIONS , HighlightModule } from 'ngx-highlightjs' ;
10
9
import { MatPasswordStrengthModule } from '@angular-material-extensions/password-strength' ;
11
- import { MatLegacyListModule as MatListModule } from '@angular/material/legacy-list' ;
12
- import { MatLegacySlideToggleModule as MatSlideToggleModule } from '@angular/material/legacy-slide-toggle' ;
13
- import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input' ;
14
10
import { FormsModule } from '@angular/forms' ;
15
- import { MatLegacySnackBarModule as MatSnackBarModule } from '@angular/material/legacy-snack-bar' ;
16
- import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/legacy-button' ;
11
+ import { MatSlideToggleModule } from '@angular/material/slide-toggle' ;
12
+ import { MatCardModule } from '@angular/material/card' ;
13
+ import { MatListModule } from '@angular/material/list' ;
14
+ import { MatInputModule } from '@angular/material/input' ;
15
+ import { MatButtonModule } from '@angular/material/button' ;
16
+ import { MatSnackBarModule } from '@angular/material/snack-bar' ;
17
17
18
18
19
19
/**
You can’t perform that action at this time.
0 commit comments