Can any one suggest me how can I add ng-pattern / directive / RegEx globally ? so that I do not want to go to each page and touch every input by adding ng-pattern or adding directive.
My application has around 200 pages , I don't want to restrict each text input with only alpha numeric.
is there any solution write common logic that will apply for whole application ? Please suggest, I am using Angular 8.
Thank you In advance.