create a '<name>.validator.ts' File // standard-structure export function ConfirmedValidator(par1: string, par2: string){ return null; }