avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+2 -2
View File
@@ -207,8 +207,8 @@ class NzIconDirective extends IconDirective {
this.el = this._elementRef.nativeElement;
}
ngOnChanges(changes) {
const { nzType, nzTwotoneColor, nzTheme, nzRotate } = changes;
if (nzType || nzTwotoneColor || nzTheme) {
const { nzType, nzTwotoneColor, nzTheme, nzRotate, nzSpin } = changes;
if (nzType || nzTwotoneColor || nzTheme || nzSpin) {
// This is used to reduce the number of change detections
// while the icon is being loaded asynchronously.
this.ngZone.runOutsideAngular(() => this.changeIcon2());