Skip to content

Commit 39c5d0c

Browse files
saschanowak0x-r4bbit
authored andcommitted
fix: update code example (#106)
1 parent ffb5894 commit 39c5d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _posts/2016-07-27-custom-form-controls-in-angular-2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ import { ControlValueAccessor, NG_VALUE_ACCESSORS } from '@angular/forms';
276276
providers: [
277277
{
278278
provide: NG_VALUE_ACCESSORS,
279-
useExisting: forwardRef(() => CounterInputComponent,
279+
useExisting: forwardRef(() => CounterInputComponent),
280280
multi: true
281281
}
282282
]

0 commit comments

Comments
 (0)