mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d7df853bde
fixes #2013 BREAKING CHANGE: Before @Directive(properties: { 'sameName': 'sameName', 'directiveProp': 'elProp | pipe' }) After @Directive(properties: [ 'sameName', 'directiveProp: elProp | pipe' ])
Temporary home of Material Design components for Angular 2.