barsa-navigator 2.3.109 → 2.3.112
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
|
@@ -280,7 +280,7 @@ declare class SystemPageComponent {
|
|
|
280
280
|
declare class BarsaNavigatorModule extends BaseModule {
|
|
281
281
|
protected dcm: DynamicComponentService;
|
|
282
282
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
283
|
-
protected dynamicComponents: (typeof ApplicationUiComponent | typeof
|
|
283
|
+
protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemComponent | typeof SystemNavComponent | typeof SystemTileViewerContainerComponent)[];
|
|
284
284
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
285
285
|
constructor();
|
|
286
286
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BarsaNavigatorModule, never>;
|