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
https://stackblitz.com/edit/angular-ivy-u7xib1?file=src/app/app.module.ts
Please provide the exception or error you saw
Can't bind to 'ngModel' since it isn't a known property of 'input'.
Please provide the environment you discovered this bug in (run ng version)
No response
Anything else?
No response