angular-cn/integration/ng_elements/e2e
George Kalpakas bdce7698fc fix(elements): update the view of an `OnPush` component when inputs change (#39452)
As with regular Angular components, Angular elements are expected to
have their views update when inputs change.

Previously, Angular Elements views were not updated if the underlying
component used the `OnPush` change detection strategy.

This commit fixes this by calling `markForCheck()` on the component
view's `ChangeDetectorRef`.

NOTE:
This is similar to how `@angular/upgrade` does it:
3236ae0ee1/packages/upgrade/src/common/src/downgrade_component_adapter.ts (L146).

Fixes #38948

PR Close #39452
2020-11-06 09:31:46 -08:00
..
app.e2e-spec.ts fix(elements): update the view of an `OnPush` component when inputs change (#39452) 2020-11-06 09:31:46 -08:00
browser.config.json build: add npm_integration_test && angular_integration_test (#33927) 2020-02-24 08:59:18 -08:00
protractor.config.js build: add npm_integration_test && angular_integration_test (#33927) 2020-02-24 08:59:18 -08:00
tsconfig.json build: add npm_integration_test && angular_integration_test (#33927) 2020-02-24 08:59:18 -08:00