Fixed after rebase

This commit is contained in:
VitoAlbano
2024-05-23 15:16:44 +01:00
parent ed9550ea71
commit 22571e81b8
7 changed files with 119 additions and 107 deletions

View File

@@ -58,7 +58,7 @@ export class FeaturesDirective implements OnDestroy {
}
ngOnDestroy() {
this.destroy$.next();
this.destroy$.next({});
this.destroy$.complete();
}
}

View File

@@ -58,7 +58,7 @@ export class NotFeaturesDirective implements OnDestroy {
}
ngOnDestroy() {
this.destroy$.next();
this.destroy$.next({});
this.destroy$.complete();
}
}