Skip to content

Commit

Permalink
add ValidatorFn to import
Browse files Browse the repository at this point in the history
as described here: microsoft/TypeScript#5711
  • Loading branch information
pgrm committed Feb 22, 2017
1 parent 1700701 commit 55325d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Validators, FormBuilder } from '@angular/forms';
import { Validators, FormBuilder, ValidatorFn } from '@angular/forms';
import { ValidatorsFactory, ControlFactory, Control } from '../../types';

export interface {{classname}} {{#parent}}extends models.{{{parent}}} {{/parent}}{
Expand Down

0 comments on commit 55325d7

Please sign in to comment.