angular-cn/packages/compiler/test/expression_parser
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
..
lexer_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
parser_spec.ts refactor(compiler): refactor template binding parsing (#23460) 2018-04-20 16:07:55 -07:00
unparser.ts feat(compiler): adds support for quoted object keys in the parser 2017-07-07 16:17:33 -07:00
validator.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00