File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 "private" : true ,
6767 "dependencies" : {
6868 "@angular/animations" : " 15.2.10" ,
69- "@angular/cdk" : " 14 .2.7 " ,
69+ "@angular/cdk" : " 15 .2.9 " ,
7070 "@angular/common" : " 15.2.10" ,
7171 "@angular/compiler" : " 15.2.10" ,
7272 "@angular/core" : " 15.2.10" ,
7373 "@angular/forms" : " 15.2.10" ,
74- "@angular/material" : " 14 .2.7 " ,
74+ "@angular/material" : " 15 .2.9 " ,
7575 "@angular/platform-browser" : " 15.2.10" ,
7676 "@angular/platform-browser-dynamic" : " 15.2.10" ,
7777 "@angular/router" : " 15.2.10" ,
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ import { AppComponent } from './app.component';
1111 */
1212
1313/* material */
14- import { MatInputModule } from '@angular/material/input' ;
15- import { MatFormFieldModule } from '@angular/material/form-field' ;
14+ import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy- input' ;
15+ import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy- form-field' ;
1616import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
17- import { MatButtonModule } from '@angular/material/button' ;
18- import { MatCheckboxModule } from '@angular/material/checkbox' ;
19- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner' ;
17+ import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/legacy- button' ;
18+ import { MatLegacyCheckboxModule as MatCheckboxModule } from '@angular/material/legacy- checkbox' ;
19+ import { MatLegacyProgressSpinnerModule as MatProgressSpinnerModule } from '@angular/material/legacy- progress-spinner' ;
2020
2121import { ChatModule } from './chat.module' ;
2222
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ import { ChatComponent } from './components/chat/chat.component';
1818 */
1919
2020/* material */
21- import { MatInputModule } from '@angular/material/input' ;
22- import { MatFormFieldModule } from '@angular/material/form-field' ;
21+ import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy- input' ;
22+ import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy- form-field' ;
2323import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
24- import { MatButtonModule } from '@angular/material/button' ;
25- import { MatCheckboxModule } from '@angular/material/checkbox' ;
26- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner' ;
24+ import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/legacy- button' ;
25+ import { MatLegacyCheckboxModule as MatCheckboxModule } from '@angular/material/legacy- checkbox' ;
26+ import { MatLegacyProgressSpinnerModule as MatProgressSpinnerModule } from '@angular/material/legacy- progress-spinner' ;
2727
2828@NgModule ( {
2929 declarations : [
You can’t perform that action at this time.
0 commit comments