[Library | Trunk]: Remove ngDestroy from smooth-scroll

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60846 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-04-12 22:20:29 +00:00
parent 4eb54e542d
commit 006c347932
1 changed files with 0 additions and 4 deletions

View File

@ -66,8 +66,4 @@ export class SmoothScroll {
clearInterval(this.interval);
}
}
ngOnDestroy() {
this.clearSubscriptions();
}
}