@stemy/ngx-utils 11.2.0 → 11.2.1

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.
@@ -2663,7 +2663,7 @@
2663
2663
  route: this.state.route,
2664
2664
  component: this.state.component,
2665
2665
  guard: guardType ? this.injector.get(guardType) : null,
2666
- dirty: false,
2666
+ dirty: true,
2667
2667
  first: true
2668
2668
  };
2669
2669
  this.components.push(info);