create dynamic components from UI and create dynamic fields using mean stack [closed]
We create new components in angular projects using coding:
ng g c testcomponent
I had a requirement where i need to create dynamic components from UI (front end) and add fields with different data types(text, text area, calender,... data types).
Custom fields must be added to the UI under dynamic component.
eg:- I had component1 and component2 which is created from coding. I want to create component3 from frontend and add dynamic fields like name, email,... fields must be created.