Relative Content

Tag Archive for angulartypescript

Angular 18 : Conditional required input

Is there a way to require an input based on another value ?
I need to add an input which is required only if another input is not filled (and vice versa) using the model API (not the @Input decorator).