File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
integration/mdc-migration/golden/src/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import {MatSnackBarModule} from '@angular/material/snack-bar';
25
25
import { MatTableModule } from '@angular/material/table' ;
26
26
import { MatTabsModule } from '@angular/material/tabs' ;
27
27
import { MatTooltipModule } from '@angular/material/tooltip' ;
28
- import { MatOptionModule , VERSION } from '@angular/material/core' ;
28
+ import { MatLegacyOptionModule , LEGACY_VERSION } from '@angular/material/legacy- core' ;
29
29
import { AutocompleteComponent } from './components/autocomplete/autocomplete.component' ;
30
30
import { ButtonComponent } from './components/button/button.component' ;
31
31
import { CardComponent } from './components/card/card.component' ;
@@ -95,12 +95,12 @@ import {TooltipComponent} from './components/tooltip/tooltip.component';
95
95
MatTableModule ,
96
96
MatTabsModule ,
97
97
MatTooltipModule ,
98
- MatOptionModule ,
98
+ MatLegacyOptionModule ,
99
99
ReactiveFormsModule ,
100
100
] ,
101
101
providers : [ ] ,
102
102
bootstrap : [ AppComponent ] ,
103
103
} )
104
104
export class AppModule {
105
- version = VERSION ;
105
+ version = LEGACY_VERSION ;
106
106
}
You can’t perform that action at this time.
0 commit comments