Skip to content

Init support for Angular 9

Compare
Choose a tag to compare
@HaidarZ HaidarZ released this 16 Dec 15:14
· 35 commits to master since this release
  • 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';