angular-cn/packages/common/test/directives
Victor Berchet 4662878a1f refactor(compiler): refactor template binding parsing (#23460)
A long time ago Angular used to support both those attribute notations:
- `*attr='binding'`
- `template=`attr: binding`

Because the last notation has been dropped we can refactor the binding parsing.
Source maps will benefit from that as no `attr:` prefix is added artificialy any
more.

PR Close #23460
2018-04-20 16:07:55 -07:00
..
ng_class_spec.ts fix(common): properly take className changes into account (#21937) 2018-04-04 09:41:16 -07:00
ng_component_outlet_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
ng_for_spec.ts refactor(compiler): refactor template binding parsing (#23460) 2018-04-20 16:07:55 -07:00
ng_if_spec.ts fix(common): then and else template might be set to null (#22298) 2018-02-18 19:25:28 -08:00
ng_plural_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
ng_style_spec.ts fix(common): A null value should remove the style on IE (#21679) 2018-01-22 12:54:49 -08:00
ng_switch_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
ng_template_outlet_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
non_bindable_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00