angular-cn/modules/angular2_material
vsavkin adbfd29fd7 feat(core): renames Property into Input and Event into Output
BREACKING CHANGE:

Before: @Directive({properties: ['one'], events: ['two']})
After: @Directive({inputs: ['one'], outputs: ['two']})

Before: @Component({properties: ['one'], events: ['two']})
After: @Componet({inputs: ['one'], outputs: ['two']})

Before: class A {@Property() one; @Event() two;}
After: class A {@Input() one; @Output() two;}
2015-10-01 04:36:23 +00:00
..
src feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
test chore(saucelabs): MdButton tests time out 2015-09-24 10:22:50 +02: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 refactor(async): replace RxJS with RxNext 2015-09-15 23:44:57 +00:00
pubspec.yaml chore(material): add unit tests for MdButton. 2015-09-14 14:36:57 -07:00

README.md

Temporary home of Material Design components for Angular 2.