This commit is contained in:
Zoran Liu 2022-01-12 14:50:58 +08:00
Родитель 0305ed6446
Коммит 1d6e16c2e5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,7 @@ export function Styled<T extends IConstructor>(componentName: string) {
handler.beforeNgDestroy.apply(this);
}
if (ngOnDestroy) {
ngOnDestroy.ngOnDestroy.apply(this);
ngOnDestroy.apply(this);
}
}