@ts-core/angular 15.0.50 → 15.0.51

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.
@@ -4868,7 +4868,7 @@ class RouterBaseService extends Loadable {
4868
4868
  return !_.isNil(this.getFragment(snapshot));
4869
4869
  }
4870
4870
  async setFragment(value) {
4871
- return this.applyExtras({ fragment: value });
4871
+ return value !== this.getFragment() ? this.applyExtras({ fragment: value }) : false;
4872
4872
  }
4873
4873
  // --------------------------------------------------------------------------
4874
4874
  //