Angular2: Custom validation for fields with numbers only – Twitter bootstrap
Im trying to do custom validation in angular 2, I have included what needed in my knowledge but Im unable to validate import { FORM_DIRECTIVES, AbstractControl, ControlGroup ,FormBuilder,Control, Validators } from 'angular2/common'; @Component({ selector : 'cusValidate', template: ` <form [ngFormModel]…