@NgModule({ imports:[ ..., MatInputModule, MatTabsModule ..., ], .... }) After adding a module in the app.module file we can use it in our ...
確定! 回上一頁