You probably forgot to include the MatSortModule . Don't forget it import it in your 'app.modules.ts' import { MatSortModule } from '@angular/material/sort' ...
確定! 回上一頁