You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which @angular/* package(s) are the source of the bug?
forms
Is this a regression?
No
Description
When configuring the forms module by using withConfig() we receive an error on the 'ngModel' Can't bind to 'ngModel' since it isn't a known property of 'input'. If we remove withConfig() in the module file everything is fine.
Please provide a link to a minimal reproduction of the bug