angular-cn/modules/angular2_material
Tobias Bosch 0a51ccbd68 feat(render): don’t use the reflector for setting properties
BREAKING CHANGES:
- host actions don't take an expression as value any more but only a method name,
  and assumes to get an array via the EventEmitter with the method arguments.
- Renderer.setElementProperty does not take `style.`/... prefixes any more.
  Use the new methods `Renderer.setElementAttribute`, ... instead

Part of #2476
Closes #2637
2015-06-22 18:35:16 -07:00
..
src feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -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 feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
pubspec.yaml chore: support last dev build of Dart at 1.10.0-dev.1.10 2015-05-06 18:21:46 -07:00

README.md

Temporary home of Material Design components for Angular 2.