-
Notifications
You must be signed in to change notification settings - Fork 186
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
How to install the library having angular 14 #563
Comments
I haven't seen much movement in this repo recently unfortunately, so I'm not sure when/if a new version will be updated. In general though, NPM can install packages from GitHub repos with the following syntax: # From the main/master primary branch
npm install neroniaky/angular-token # main/master
# From a specific branch
npm install neroniaky/angular-token#branch |
@b-turchyn Were you able to actually do that for this repo and then make use of it? When I try, it creates an |
This prompted me to start looking for a solution—other than As of NPM 8 (~8.3), there's been the ability to set
It's worth noting that the I also personally found that I had to include |
Hello.
I have a question about the library. The last release I see is 3 years old, however in master it is updated to be compatible with version 14 of angular.
Can you tell me how I can use this library with angular 14?
Thanks.
The text was updated successfully, but these errors were encountered: