@stemy/ngx-utils 19.9.17 → 19.9.18

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.
@@ -607,6 +607,7 @@ export interface DynamicModuleInfo {
607
607
  export interface DynamicComponentLocation {
608
608
  moduleId: string;
609
609
  selector: string;
610
+ fallback?: true;
610
611
  }
611
612
  export interface DynamicEntryComponents {
612
613
  components: Type<any>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.9.17",
3
+ "version": "19.9.18",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",