import { MatSortModule } from "@angular/material/sort"; @NgModule({... exports: [ MatSortModule, ...], imports: [ MatSortModule ]})```.
確定! 回上一頁