InfomediaLtd / angular2-materialize

Angular 2 support for Materialize CSS framework.
https://infomedialtd.github.io/angular2-materialize/
MIT License
407 stars 140 forks source link

Can't upgrade my project to Angular 6 #428

Open vikthorvergara opened 6 years ago

vikthorvergara commented 6 years ago

When I try updating my project to Angular 6, the ng update throws me this error: Package "angular2-materialize" has an incompatible peer dependency to "@angular/common" (requires ">=5.0.0-rc.0 <6.0.0||>=4.0.0 <5.0.0", would install "6.0.2").

Is there something I can do to upgrade my project or I should wait for some update in this package? Thanks in advance.

Darkmarus commented 6 years ago

yo no tuve problemas para hacerlo funcionar en el angular 6

mis dependencias

screenshot_51

vikthorvergara commented 6 years ago

@Darkmarus did you change the package.json manually? I'm trying with the ng update.

murilogoes commented 6 years ago

Did you solve this problem? I'm trying to update my project and I receive the same error message

murilogoes commented 6 years ago

I don't know if is the best practice, but I used this command above and its worked:

ng update @angular/core --next --force

JavaToGo commented 5 years ago

Hello, is this still being worked on? When can I expect an update ? Thanks!

EnumC commented 5 years ago

Hello, is this still being worked on? When can I expect an update ? Thanks!

Unfortunately, the repo owner has stopped supporting this library. I created a PR to suppress Angular 5 a while back and have yet to get around to test for Angular 6. If anyone would like to do some test and make sure all the features remain functional, please create a pull request for it to be merged.