ng2-validation icon indicating copy to clipboard operation
ng2-validation copied to clipboard

index.d.ts is empty. so i cannot use intellisense

Open enif-lee opened this issue 7 years ago • 1 comments

hi

in our project, we try to use ng2-validation but webstorm cant any validators to me when i type CustomValidators.

so i open your index.d.ts, there is nothing.

image

enif-lee avatar Apr 11 '17 11:04 enif-lee

This happens due to this line: https://github.com/yuyang041060120/ng2-validation/blob/master/src/index.ts#L29

Just any should be removed

smnbbrv avatar Apr 20 '17 11:04 smnbbrv