barsa-navigator 2.3.99 → 2.3.101
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
|
@@ -272,7 +272,7 @@ declare class SystemPageComponent {
|
|
|
272
272
|
declare class BarsaNavigatorModule extends BaseModule {
|
|
273
273
|
protected dcm: DynamicComponentService;
|
|
274
274
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
275
|
-
protected dynamicComponents: (typeof ApplicationUiComponent | typeof
|
|
275
|
+
protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemNavComponent | typeof SystemComponent | typeof SystemTileViewerContainerComponent)[];
|
|
276
276
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
277
277
|
constructor();
|
|
278
278
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BarsaNavigatorModule, never>;
|