mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixed after rebase
This commit is contained in:
@@ -58,7 +58,7 @@ export class FeaturesDirective implements OnDestroy {
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
this.destroy$.next();
|
||||
this.destroy$.next({});
|
||||
this.destroy$.complete();
|
||||
}
|
||||
}
|
||||
|
@@ -58,7 +58,7 @@ export class NotFeaturesDirective implements OnDestroy {
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
this.destroy$.next();
|
||||
this.destroy$.next({});
|
||||
this.destroy$.complete();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user