@indice/ng-components 0.2.73 → 0.2.77

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.
@@ -14,6 +14,7 @@ export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterVie
14
14
  showRightPaneSM: boolean;
15
15
  private routerSub$;
16
16
  activeConfig: IShellConfig;
17
+ loaded: boolean;
17
18
  constructor(document: any, router: Router, location: Location, config: IShellConfig | null, componentLoaderFactory: ComponentLoaderFactory);
18
19
  ngOnInit(): void;
19
20
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.73",
3
+ "version": "0.2.77",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",