0 votes
in Angular by
What are dynamic forms in Angular Js?

1 Answer

0 votes
by

Dynamic forms is a pattern in which we build a form dynamically based on metadata that describes a business object model. You can create them based on reactive form API. 

...