angular/modules/@angular/compiler/src/template_parser
Tobias Bosch b9f17a9cb2 fix: make all tests green with new view engine and JIT
Note that this does not yet include enabling the view engine
by default.

Included refactoring:
- view engine: split namespace of elements / attributes already
  when creating the `NodeDef`
- view engine: when injecting the old `Renderer`, use an implementation
  that is based on `RendererV2`
- view engine: store view queries in the component view, not
  on the host element
2017-02-17 17:18:55 -08:00
..
binding_parser.ts fix: make all tests green with new view engine and JIT 2017-02-17 17:18:55 -08:00
template_ast.ts feat(compiler): integrate compiler with view engine (#14487) 2017-02-15 08:36:49 -08:00
template_parser.ts fix: make all tests green with new view engine and JIT 2017-02-17 17:18:55 -08:00
template_preparser.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00