Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any performances issue while taking multiple child components in parent component. for each child component there is form builder.

What I have tried:

<form [formGroup]="form" ngClass="request-custom-form">
<mat-expansion-panel>
<dynamicform></dynamicform>
</mat-expansion-panel>
<mat-expansion-panel>
<dynamicform></dynamicform>
</mat-expansion-panel>
</form>
Posted
Updated 3-Feb-19 19:18pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900