-
Notifications
You must be signed in to change notification settings - Fork 145
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
lib is incompatible with latest angular 12 #593
Comments
@papirosko you should use the 12* version of this lib with ng12 app. Let me know if it works |
I am:
here: https://github.com/vlio20/angular-datepicker/blob/12.0.4/package.json#L41 |
Good point. Do you want to create a PR with a fix for that version? |
no, switched to another datepicker... |
Hello, I am having the same problem. |
Sure, reopenning. |
PR : #634 but I don't know which branch to merge on |
@vlio20 Can you create a new '12.0.5' branch from the '12.0.4' branch so that I can merge my branch into it? Is it possible afterwards to create the version and push it to NPM? |
"@angular/common": "^12.2.7",
(at the time of writing there is also 12.2.16) gives the following:you should use
^
in peerDependenciesThe text was updated successfully, but these errors were encountered: