Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(module:list): re-enter the Angular zone when the NgZone.onStable emits #7314

Merged
merged 1 commit into from Mar 21, 2022

Conversation

arturovt
Copy link
Member

The NgZone.onStable always emits outside of the Angular zone, but the zone has not been
re-entered. This leads to change detection being called outside of the Angular zone.

…` emits

The `NgZone.onStable` always emits outside of the Angular zone, but the zone has not been
re-entered. This leads to change detection being called outside of the Angular zone.
@codecov
Copy link

codecov bot commented Mar 10, 2022

Codecov Report

Merging #7314 (82bb33e) into master (2d77bc2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7314   +/-   ##
=======================================
  Coverage   91.59%   91.59%           
=======================================
  Files         487      487           
  Lines       16006    16005    -1     
  Branches     2604     2604           
=======================================
  Hits        14660    14660           
+ Misses       1033     1032    -1     
  Partials      313      313           
Impacted Files Coverage Δ
components/list/list-item-cell.ts 92.00% <100.00%> (+3.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d77bc2...82bb33e. Read the comment docs.

Copy link
Member

@cipchk cipchk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simplejason simplejason merged commit 425f8df into NG-ZORRO:master Mar 21, 2022
@arturovt arturovt deleted the fix/list-onstable branch March 21, 2022 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants