barsa-navigator 2.3.133 → 2.3.134
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
|
@@ -305,7 +305,7 @@ declare class SystemPageComponent {
|
|
|
305
305
|
declare class BarsaNavigatorModule extends BaseModule {
|
|
306
306
|
protected dcm: DynamicComponentService;
|
|
307
307
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
308
|
-
protected dynamicComponents: (typeof ApplicationUiComponent | typeof
|
|
308
|
+
protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemNavComponent | typeof SystemComponent | typeof SystemTileViewerContainerComponent)[];
|
|
309
309
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
310
310
|
constructor();
|
|
311
311
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BarsaNavigatorModule, never>;
|