Skip to content

Commit

Permalink
fix(forms): type NG_VALUE_ACCESSOR injection token correctly
Browse files Browse the repository at this point in the history
fixes #29351
  • Loading branch information
Airblader committed Apr 5, 2019
1 parent b6f48db commit 2d03d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/directives/control_value_accessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ export interface ControlValueAccessor {
*
* @publicApi
*/
export const NG_VALUE_ACCESSOR = new InjectionToken<ControlValueAccessor>('NgValueAccessor');
export const NG_VALUE_ACCESSOR = new InjectionToken<ControlValueAccessor[]>('NgValueAccessor');

0 comments on commit 2d03d28

Please sign in to comment.