Init support for Angular 9
- Angular 9 support
- Deeply import with material for specific component
- Other minor enhancements
Breaking Change
Import should be done from specific entry point from now on
Before:
import {MatSelectModule} from '@angular/material';
Now:
import {MatSelectModule} from '@angular/material/select';