I\'m trying to add form validations which don\'t invalidate the form. The validation should only appear as warnings.
E.g. an age validation. An age greater than 90 shows
This is probably how I would have done it.
90 && form.controls.controlName.value < 120"> Warning: Age limit is high.. 120"> Error: Age limit exceeded..