fix style plugin
This commit is contained in:
Родитель
0305ed6446
Коммит
1d6e16c2e5
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче