angular-docs-cn/packages
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
..
animations style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
bazel style: format (#28995) 2019-02-27 08:47:26 -08:00
benchpress style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
common style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
compiler fix(ivy): process property bindings in i18n blocks similar to non-i18n bindings (#28969) 2019-02-27 11:56:12 -08:00
compiler-cli fix(ivy): process property bindings in i18n blocks similar to non-i18n bindings (#28969) 2019-02-27 11:56:12 -08:00
core fix(ivy): process property bindings in i18n blocks similar to non-i18n bindings (#28969) 2019-02-27 11:56:12 -08:00
docs
elements style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
examples build: update to rules_typescript 0.25.1 (#28625) 2019-02-21 07:46:21 -08:00
forms style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
http style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
language-service style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-browser style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-browser-dynamic style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-server style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-webworker style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform-webworker-dynamic style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
private/testing style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
router style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
service-worker style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
upgrade style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
BUILD.bazel style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
README.md
empty.ts
goog.d.ts test(ivy): add bundling test `todo_i18n` (#27420) 2018-12-04 19:59:12 -08:00
license-banner.txt build: bump year (#27880) 2019-01-11 11:15:59 -08:00
system.d.ts
tsconfig-build.json build: update to rules_typescript 0.25.1 (#28625) 2019-02-21 07:46:21 -08:00
tsconfig-test.json build: update to rules_typescript 0.25.1 (#28625) 2019-02-21 07:46:21 -08:00
tsconfig.json build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
types.d.ts build: switch to typescript's es2015 typings (#28570) 2019-02-06 14:17:55 -05:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT