angular/modules/examples/src/material
Victor Berchet d7df853bde feat(Directive): convert properties to an array
fixes #2013

BREAKING CHANGE:

Before

    @Directive(properties: {
      'sameName': 'sameName',
      'directiveProp': 'elProp | pipe'
    })

After

    @Directive(properties: [
      'sameName',
      'directiveProp: elProp | pipe'
    ])
2015-05-29 11:44:43 +02:00
..
button chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
checkbox chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
dialog feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
grid_list chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
input chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
progress-linear chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
radio chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
switcher chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
.clang-format chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
demo_common.ts chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00