Skip to content

cobalt-kraken

Pre-release
Pre-release
Compare
Choose a tag to compare
@jelbourn jelbourn released this 27 Sep 14:15

Breaking Changes

Angular Material has changed from @angular2-material/... packages to a single package under
@angular/material. Along with this change, there is a new NgModule, MaterialModule, that
contains all of the components. Build tools such as rollup.js can perform
tree-shaking to eliminate the code for components that you aren't using.

Features

Bug Fixes