Release 5.2.0 (#4249)

* Release 5.2.0

* Fixed build issue

* Updated correct dependency versions. Updated compatibility matrix to denote correct ACS version
This commit is contained in:
swapnil-verma-gl
2024-11-21 13:47:52 +05:30
committed by GitHub
parent 6cdd5da501
commit dec6c41e5c
11 changed files with 469 additions and 60 deletions

View File

@@ -105,8 +105,6 @@ export class CustomNameColumnComponent extends NameColumnComponent implements On
}
ngOnDestroy() {
super.ngOnDestroy();
this.onDestroy$$.next(true);
this.onDestroy$$.complete();
}