According to the offical document,"MaterialModule" was removed as of 2.0.beta-11. In my old project I have to import all the submodule one by one. That is really a tedious work. How can I improve this to import all the modules I need.
import{MatListModule,MatInputModule,MatSlideToggleModule,
MatSelectModule,MatDialogModule,MatToolbarModule,
MatCardModule } from '@angular/material';