angular/modules/benchmarks/src
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
..
change_detection feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
compiler feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
costs fix(benchmark): change If for NgIf 2015-05-13 11:56:50 +02:00
di perf(benchmark): measure Injector init from resolved bindings 2015-04-13 15:06:44 -07:00
element_injector feat(di): added hostInjector and viewInjector to the Directive annotation 2015-05-18 18:30:53 -07:00
largetable feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
naive_infinite_scroll feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
tree feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
index.html perf(benchmarks): benchmark measuring cost of decorators (fixes #1479) 2015-04-27 10:16:52 -07:00