angular-cn/packages/compiler/test/render3/view
Andrew Kushnir 40833ba54b fix(ivy): process property bindings in i18n blocks similar to non-i18n bindings (#28969)
Prior to this change i18n block bindings were converted to Expressions right away (once we first access them), when in non-i18n cases we processed them differently: the actual conversion happens at instructions generation. Because of this discrepancy, the output for bindings in i18n blocks was generated incorrectly (with invalid indicies in pipeBindN fns and invalid references to non-existent local variables). Now the bindings processing is unified and i18nExp instructions should contain right bind expressions.

PR Close #28969
2019-02-27 11:56:12 -08:00
..
binding_spec.ts feat(ivy): updated translation const names (that include message ids) (#27185) 2018-11-30 10:00:54 -08:00
i18n_spec.ts fix(ivy): process property bindings in i18n blocks similar to non-i18n bindings (#28969) 2019-02-27 11:56:12 -08:00
util.ts refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00