Previously I can import validators like
import { Validators } from '@angular/common';
but now it’s not working…
Previously I can import validators like
import { Validators } from '@angular/common';
but now it’s not working…
Try @angular/forms
.
Yes, it’s working!!! thanks…