We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a534350 commit 734661aCopy full SHA for 734661a
README.md
@@ -178,6 +178,6 @@ constructor(
178
private readonly params: ModalDialogParams,
179
private readonly changeDetectorRef: ChangeDetectorRef,
180
) {
181
- setTimeout(() => this.changeDetectorRef.detectChanges(), 0);
+ setTimeout(() => this.changeDetectorRef.detectChanges(), 0);
182
}
183
```
0 commit comments