-
Notifications
You must be signed in to change notification settings - Fork 45
Support for Angular 5 #68
Comments
Additional info: I've tried to fork your repo and build it locally, but I get a lot of webpack issues which I didn't have time to understand, so I've tried to take source of your project and include it as a module to my project which is angular 5 base, and it works quite fine so I guess you just have to provide build with angular5 |
I update to angular 5 soon, just need few time to test upgrade (and if I can continue to use in angular 4 project). When I see your error stack, I suppose RxJs is updated too? |
Yes it did. Only one thing you'll have to do is in select.service.ts. Change
to
|
Hey, did you manage to merge it? |
Hi, I start to try, but lot of changes on build process/webpack and short time to work on it. |
Hi sorry for long time, my job take large part. I need to made some little changes on ng4 version, you think is right if I fix import for rxjs and remove <5.0.0 in package.json ? I watch how can build in ng 5 but lot of change in build process and in this case I think component are not anymore compatible with ng 4. |
Yeah, you should be able to do that and then use ng-packagr to build it... |
I also am getting this error. Need to change 'rxjs/Rx' to 'rxjs/Subject'. |
Yeah, that's just proper way of importing it...you should have do it for ng4 as well, but here, they are more strict. |
Any success? |
fix: Change Angular version support (#68)
I have made change, I fix 2 other bugs and publish new version. |
Try 0.13.0 (same build just make adaptation for rx and peerDependency) |
Well, it seems fine to me now. Thanks! |
I think you can update
and build it to include Angular5.
Do you need to update something in your code to work with Angular 5?
It really prevents updating Angular to 5.0.
Now, if I try to build my app with Angular 5.0.0. I get:
The text was updated successfully, but these errors were encountered: