display form array on selection of dropdwon in angular
问题 I have a form with following fields: name (textbox), category(dropdown). I want to display a formarray textbox with an add option on selection of dropdwon="3". When i click "add new textfields", new textboxes should be added. Right now i'm showing a textbox (listitem) after selection of dropdown="3". and then on addnewtextfield i'm calling a formarray. Please help me acheive the functionality. Thanks in advance. Updated code in Stackblitz: https://stackblitz.com/edit/angular-ivy-js8tfp?file