You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only operates on Components with OnPush strategy. (TBD: what about directives? they could be used everywhere)
Needs to gather all properties used as property binding. Will probably not work for properties used in get accessors and methods.
A lambda that modifies component state needs to have markForCheck.
Async functions that modify the components state after await need markForCheck. Probably requires a control flow graph.
The text was updated successfully, but these errors were encountered:
Only operates on Components with OnPush strategy. (TBD: what about directives? they could be used everywhere)
Needs to gather all properties used as property binding. Will probably not work for properties used in get accessors and methods.
A lambda that modifies component state needs to have markForCheck.
Async functions that modify the components state after
await
need markForCheck. Probably requires a control flow graph.The text was updated successfully, but these errors were encountered: