angular-cn/modules/angular2_material
Tobias Bosch 16e3d7e96e refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)`
BREAKING CHANGES:
- `ShadowDomStrategy` was removed. To specify the encapsulation of a component use `@View(encapsulation: ViewEncapsulation.NONE | ViewEncapsulation.EMULATED | ViewEncapsulation.NATIVE)`
- The default encapsulation strategy is now `ViewEncapsulation.EMULATED` if a component contains styles and `ViewEncapsulation.NONE` if it does not. Before this was always `NONE`.
- `ViewLoader` now returns the template as a string and the styles as a separate array
2015-07-28 22:33:11 -07:00
..
src refactor(shadow_dom): remove `ShadowDomStrategy` in favor of `@View(encapsulation)` 2015-07-28 22:33:11 -07:00
.clang-format chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
README.md feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
package.json chore(npm): correct generated package json files. 2015-06-29 10:30:00 -07:00
pubspec.yaml chore: cleanup to pubspec.yaml files 2015-07-17 12:34:06 -07:00

README.md

Temporary home of Material Design components for Angular 2.