barsa-navigator 2.3.56 → 2.3.57
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.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -265,7 +265,7 @@ declare class SystemPageComponent {
|
|
|
265
265
|
declare class BarsaNavigatorModule extends BaseModule {
|
|
266
266
|
protected dcm: DynamicComponentService;
|
|
267
267
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
268
|
-
protected dynamicComponents: (typeof ApplicationUiComponent | typeof
|
|
268
|
+
protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemNavComponent | typeof SystemComponent | typeof SystemTileViewerContainerComponent)[];
|
|
269
269
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
270
270
|
constructor();
|
|
271
271
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BarsaNavigatorModule, never>;
|