I am currently creating a form in Angular 10 which involves the use of validators. Specifically, I have been utilizing the Validators.min() method within my form...
Instead of manually inputting the value '100' in the Validators.min('100') in multiple components, what is the best way to create a global variable that stores this value for easy reuse?