I have a more generic an…

less than 1 minute read

I have a more generic angular/typescript compile related question if you’d be willing to entertain me? (No idea where I can ask this other than stackoverflow i guess, but I would have NX related questions too). I have to create a lot of forms for an admin system … Is it possible to abstract the add/edit forms at compile time? For instance to provide a json object with a list of fields for each form and their configurations, and then to generate the components during the build?

Updated: