Is it possible in Angular reactive forms to validate on conditions out of the form?
问题 I'm working on Angular reactive forms validation. I have an input with google autocomplete implemented on it: <input autocorrect="off" autocapitalize="off" spellcheck="off" type="text" class="input-auto input" formControlName="address"> It is standard implementation, everytime you enter some keyword, you get places suggestions: Now, what I would like to do is to validate the address. The address needs to contain zip code - only then should be valid . So once you type something and choose one