I have a angular 2 form wherein I have to make a field required on some condition like:
description: ['', Validators.required]
This description field will be required only on some type of a condition like:
if(true){descReq = true};
How can I achieve this, please suggest. Thanks in advance!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…