Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for latest Angular releases #198

Open
rash805115 opened this issue Oct 16, 2022 · 1 comment
Open

Support for latest Angular releases #198

rash805115 opened this issue Oct 16, 2022 · 1 comment

Comments

@rash805115
Copy link

This library cannot be used for latest angular packages because of the hard-coded dependency in package.json. Is there an easy way to support this library for latest versions of Angular? This bot-created-PR seems like this is an easy task - #195.

@rash805115
Copy link
Author

Alternative: latest versions of npm supports overrides which allows users to force override peer dependencies. Include this in your package.json,

"overrides": {
    "ng2-ui-auth": {
      "@angular/common": "~14.2.6",
      "@angular/core": "~14.2.6",
      "rxjs": "~7.5.7"
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant