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
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 removewithConfig()in the module file everything is fine.Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/angular-ivy-u7xib1?file=src/app/app.module.ts
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version)No response
Anything else?
No response