Several issues with angular formarray form such as input fields behaving inproperly , angular material not working
问题 I am using an angular formarray to store dynamic data in the database. But there are several issues with it such as input fields are taking only one digit at a time and angular material components not working on that page. The same code is working on other pages. If I remove formcontrolname from input fields, they are working fine. Any idea why this is happening? Thanks in advance Here is my code ts get vendor_mobile() { return this.purchaseform.get('vendor_mobile') } get product() { return