angular/packages/core/src/view
Misko Hevery ca11ef2376 fix(core): Store ICU state in LView rather than in TView (#39233)
Before this refactoring/fix the ICU would store the current selected
index in `TView`. This is incorrect, since if ICU is in `ngFor` it will
cause issues in some circumstances. This refactoring properly moves the
state to `LView`.

closes #37021
closes #38144
closes #38073

PR Close #39233
2020-10-21 18:33:00 -07:00
..
element.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
entrypoint.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
errors.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ng_content.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ng_module.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
provider.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
pure_expression.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
query.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
refs.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
services.ts fix(core): Store ICU state in LView rather than in TView (#39233) 2020-10-21 18:33:00 -07:00
text.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
types.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
util.ts feat(core): remove ViewEncapsulation.Native (#38882) 2020-10-08 11:56:03 -07:00
view.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
view_attach.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00