@indice/ng-components 0.2.173-beta.57 → 0.2.173-beta.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,7 @@ export declare abstract class BaseListComponent<T> implements OnInit, OnDestroy
24
24
  metaItems: HeaderMetaItem[];
25
25
  abstract newItemLink: string | null;
26
26
  private routeSub$;
27
+ private loadSub$;
27
28
  constructor(route$: ActivatedRoute, router$: Router);
28
29
  ngOnDestroy(): void;
29
30
  getViewActions(): Observable<ViewAction[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.173-beta.57",
3
+ "version": "0.2.173-beta.59",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",