-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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): fix does not trigger change detection correctly when from empty array to data array #2199
Conversation
upgrade laster version
latest version
upgrade latest
…n from empty array to data array
Codecov Report
@@ Coverage Diff @@
## master #2199 +/- ##
==========================================
- Coverage 95.96% 95.96% -0.01%
==========================================
Files 482 482
Lines 11965 11956 -9
Branches 1594 1594
==========================================
- Hits 11482 11473 -9
Misses 134 134
Partials 349 349
Continue to review full report at Codecov.
|
components/list/nz-list.component.ts
Outdated
this._setClassMap(); | ||
// Delayed detection refresh limited by nz-spin (issesus (#11280)[https://github.com/angular/material2/issues/11280) ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"issesus" misspelled, fixed it to allow merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And "[https://github.com/angular/components/issues/11280)" tobe "[https://github.com/angular/components/issues/11280]"
components/list/nz-list.component.ts
Outdated
this._setClassMap(); | ||
// Delayed detection refresh limited by nz-spin (issesus (#11280)[https://github.com/angular/material2/issues/11280) ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And "[https://github.com/angular/components/issues/11280)" tobe "[https://github.com/angular/components/issues/11280]"
Good job @cipchk |
…n from empty array to data array (NG-ZORRO#2199) * fix(module:list): fix does not trigger change detection correctly when from empty array to data array * fix document
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #1819
What is the new behavior?
Does this PR introduce a breaking change?
Other information