angular-cn/packages/core
Andrew Kushnir bd40c89688 fix(ivy): handle elements with local refs in i18n blocks (#33415)
Prior to this commit, i18n logic which ensures that elements removed in a translation are also removed in DOM, didn't take into account the fact that elements may have local refs. As a result, remove operation failed, since there is no corresponding tNode found. This commit updates the logic to skip all local refs while going though the list of nodes to ensure that DOM matches elements present in translation.

PR Close #33415
2019-10-29 11:47:28 -07:00
..
schematics refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
src fix(ivy): handle elements with local refs in i18n blocks (#33415) 2019-10-29 11:47:28 -07:00
test fix(ivy): handle elements with local refs in i18n blocks (#33415) 2019-10-29 11:47:28 -07:00
testing fix(ivy): ensure overrides for 'multi: true' only appear once in final providers (#33104) 2019-10-28 11:00:31 -07:00
BUILD.bazel refactor(ivy): remove `i18nLocalize` instruction (#31609) 2019-08-30 12:53:26 -07:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json feat: typescript 3.6 support (#32946) 2019-10-18 13:15:16 -04:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00