-
Notifications
You must be signed in to change notification settings - Fork 6.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
fix(forms): update packages to use new forms module #745
Conversation
LGTM Will merge once we cut a release with the old forms, and then we'll do another release with the new forms. |
There is no harm doing a release with old forms. But since anyway everyone is going to use new forms, it is probably ok to skip the release with old forms. I am eagerly waiting for the next alpha with new forms. |
Note: This will also have to go in after our RC.2 update. |
0ca6173
to
7345baf
Compare
Hey, great work. Stumbled upon this while looking whether material2 was already working with @angular/forms. Is there a specific reason not to use "@angular/forms" 0.1.1 directly? Just being curious! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR updates components using form imports to use the new forms module. Should fix #696.