6315acae94
With 5cecd97493025cd940c9ade4ea9f1836d5b05cc8 we intended to expand the input type of the `disabled` input of the `NgModel` directive. Read more about the reason for this in the actual commit message. Currently though, the acceptance coercion member does not have any effect. This is because the acceptance member needs to refer to the actual input property name, and not to the public input name. `disabled` corresponds to the `isDisabled` property. PR Close #34502
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT