-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Done: Please add support for Angular 4 #1807
Comments
Hello, I'm going to open a PR for this! |
It is already available in @beta version |
Ignore this, it is just a peer dependencies |
Could simply relax peer dep to >=4.0.0 |
alos, don't forget to replace |
I don't want to drop backwards compatibility :( |
Well, I think you should cut a version where you stop worry about Angular2 and focus on Angular4. @valorkin |
Yep, I will cut down 2 versions tomorrow |
With new dropdown and ng v4 |
Can we use ">2.0.0" instead of "^4.0.0" to avoid this issue in future angular versions? |
What about: "^2.0.0" || ">4.0.0" |
Adding to @FabienDehopre using ng-template would be nice. The only warning I receive atm is from ng2-bootstrap:
Thanks :) |
@eestein this is already done in ^2.0.0-rc.0 :) |
Do not see tag 2.0.0-rc.0 - latest i see is 1.4.2 |
@Ketec npm install [email protected] ;) |
@Martin-Wegner thanks :) I'll try that |
@Martin-Wegner Where is the branch of 2.0.0? 🤔 |
ngx-bootstrap will be the new name |
v1.6 with relaxed peer dependencies published |
Just tried v1.6 and I can confirm it fixes npm shrinkwrap |
but it doesn't use <ng-template> :) |
Guilty, things: renaming templates is only 15% of migration for me, internal stuff changed too. So I will have update services too |
why not support Angular 4 properly (with |
Check @next version in npm |
@next version is only available for
edit as of April 17th
|
@valorkin Hello ! Can you tell me the branch to use if I want to look at the code or contribute to @next version ? |
+1, @valorkin , can you please share with us where can we find code related to @next version? |
+1 @valorkin, yes please share the source to the @next version. I actually use moment in my application directly and solved this issue by using moment-es6 Referenced here. I assume doing something similar in the @next version might solve this issue. |
Currently when updating to angular 4 we are getting the below warning:
npm WARN [email protected] requires a peer of @angular/common@^2.3.1 but none was installed.
npm WARN [email protected] requires a peer of @angular/compiler@^2.3.1 but none was installed.
npm WARN [email protected] requires a peer of @angular/core@^2.3.1 but none was installed.
npm WARN [email protected] requires a peer of @angular/forms@^2.3.1 but none was installed.
The text was updated successfully, but these errors were encountered: