fix(forms): Export the NG_VALUE_ACCESSOR binding token.
This is needed to allow component authors to implement custom ControlValueAccessors for their input components.
This commit is contained in:
@ -821,6 +821,7 @@ var NG_ALL = [
|
||||
'LowerCasePipe',
|
||||
'LowerCasePipe.transform()',
|
||||
'NG_VALIDATORS',
|
||||
'NG_VALUE_ACCESSOR',
|
||||
'NG_ASYNC_VALIDATORS',
|
||||
'NgClass',
|
||||
'NgClass.doCheck()',
|
||||
|
Reference in New Issue
Block a user