-
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
Angular 5 support for 1.x version #3039
Comments
That would be great indeed. Got this error after upgrading to Angular 5:
|
@Zeemee7 yes this is related with the usage of |
What exactly is stopping you from updating? Breaking changes are listed here. Let us know if there's something we didn't mention. |
as I was saying on slack, in our case we have a page with a form containing 2 instances of Datepicker and 2 instances of Timepicker. Using version 2.x that form is broken, I quickly tried to adapt it to the new version but without success. I will, however, spend more time on it and eventually use the 2.x version. But I guess it's quicker to build a |
@IlyaSurmay @valorkin those are some of the errors that I get in that page when I use ngx-bootstrap 2.x: ( the same page works fine with ngx-bootstrap 1.9.x ) I tried to solve them and new ones popped... then tried to solve them too and again got no errors... That's why I decided to postpone the migration to ngx-bootstrap 2.x a little bit. |
|
so basically this is what we already did and continue to work on it |
I have ngx-bootstrap ^2.0.0-beta.8, but still I am getting the same error. |
@rakhtar92 this is not related with this issue. If you're already using version 2.x, why on earth are you still sticking to beta8 instead of using latest stable release |
@ShinDarth Is this issue fixed? I'm using 2.0.3 and still getting the same error. ng:///ModalModule/ModalOverlay.html@1:20 |
I'm now using also |
@ShinDarth Have you found a solution? |
@andfs as I said, I'm now using latest Angular and ngx-bootstrap versions and everything works fine. I suggest you to do the same. |
I understand the 2.x beta version already supports Angular 5, however there are a few breaking changes between version 1.x and 2.x and we are stuck because we can't use Angular 5 before migrating our codebase to ngx-bootstrap 2.x.
Since there is not yet an official doc that explains how to correctly migrate to version 2.x (see #3022), and since I assume that there are no that many things to change in 1.x to get it working with Angular 5 (afaik it's just some
<template>
that needs to be replaced with<ng-template>
), it would be nice if we can have a1.10.x
version with no breaking changes that works out of the box using Angular 5.The text was updated successfully, but these errors were encountered: