@ts-core/angular 15.0.26 → 15.0.27

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.
@@ -3129,7 +3129,7 @@ class LoginRequireResolver {
3129
3129
  // Public Methods
3130
3130
  //
3131
3131
  // --------------------------------------------------------------------------
3132
- resolve() {
3132
+ resolve(...params) {
3133
3133
  if (this.isLoggedIn()) {
3134
3134
  return Promise.resolve(null);
3135
3135
  }