Hello guys, I have some problem, I want to dynamic change the contain of forms when customer selects different form instead of initializing by constructor() in Component. What should I do? Because
[questions]=... need to use "" like:
<angular-form-builder [questions]= "questions">
so I can't use {{}} like:
<angular-form-builder [questions]= {{questions}}>
to bind with component.
Hello guys, I have some problem, I want to dynamic change the contain of forms when customer selects different form instead of initializing by constructor() in Component. What should I do? Because
[questions]=... need to use "" like:
<angular-form-builder [questions]= "questions">
so I can't use {{}} like:
<angular-form-builder [questions]= {{questions}}>
to bind with component.