-
Notifications
You must be signed in to change notification settings - Fork 585
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
Upgrade project to Angular 2.0.0 #393
Comments
I just found these forks which have updated to rc6 already aslubsky@2b940a2 Try your luck :D |
Thanks ! That would help for time being 👍 |
I have used the link to aslubsky and it works. However, I could not get it to work for the angular compiler to bootstrap with ahead-of-time compilation |
Is there an example of how to load by NgModule? or just we need to add in NgModule.declarations importing SelectComponent ? |
besides |
Waiting for RC6 version, hope the forks will be published soon to npm.. |
@Namek I'm curious if anyone already have a working version. |
I have used the link to aslubsky's fork, and like lacma2011, I found that AoT doesn't work. I also found that if you have multiple ng-selects on a page, when you click on one it opens all of them. It appears that the AoT issue can be fixed by moving the template in select/select.ts into a HTM file and use templateUrl instead of template for @component: |
Even the *.metadata.json-files need to be generated for aot-compilation, regarding this issue in ng2-bootstrap valor-software/ngx-bootstrap#933 |
Cant upgrade angular and other angular rc6 based modules due to this :-
Peer ng2-select@1.0.3 wants @angular/common@^2.0.0-rc.1
would it be possible to upgrade ng2-select too ?
Edit :- Since Angular 2.0.0 is out , and other modules are already being updated.
The text was updated successfully, but these errors were encountered: