I am trying to develop an app that uses forms, however, I get the following error:
*It looks like you're using the old forms module. This will be opt-in in the next RC, and
will eventually be removed in favor of the new forms module. For more information, see:
https://docs.google.com/document/u/1/d/1RIezQqE4aEhBRmArIAS1mRIZtWFf6JxN_7B4meyWK0Y/pub
So looking at the provided link, I gather I need to install angular/forms…
I install angular/forms What Angular RC should I use, rc5 is the latest I think?
it’s better to update your ionic to 2.0.0.beta11 and @angular/core@2.0.0-rc.4 in order to get all latest functionality and using with same forms will work greatly.
NOTE: Kindly keep backup of your project which is may be you are working on ionic2 beta10.
Because in my case when I upgrade from beta10 to beta11 my sidemenu not working…
Since this thread brought up Angular 2 RC5 in connection to Ionic 2 Beta 12. I was wondering on if the team was looking at the new @NgModule decorator that was introduced in that release. Was reading about it and it seems pretty cool.