With Angular 8, While building the app, we encounter the following error:
app/modules/admin-module/pages/editor/editor.component.ts:6:27 - error TS2306: Fil
Just update @angular/material from 7 to 9,
npm uninstall @angular/material --save npm install @angular/material@^7.1.0 --save ng update @angular/material
npm uninstall @angular/material --save
npm install @angular/material@^7.1.0 --save
ng update @angular/material
Just wait and see Angular doing the Migration alone,
Hope it helps someone :)