We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0305ed6 + 1d6e16c commit a93b227Copy full SHA for a93b227
1 file changed
libs/fabric/lib/utils/styles-plugin.ts
@@ -55,7 +55,7 @@ export function Styled<T extends IConstructor>(componentName: string) {
55
handler.beforeNgDestroy.apply(this);
56
}
57
if (ngOnDestroy) {
58
- ngOnDestroy.ngOnDestroy.apply(this);
+ ngOnDestroy.apply(this);
59
60
61
0 commit comments