Is there an 'officcial' way in angular 7/8 to have a classic AOT app lazy load components BUT having those components not precompiled?
My scenario is an enterprise app where users can 'design' html+ts forms on the fly. These forms are stored as plain html and ts files, so angular should be able to discover them (based on a service), register their new routes, load the ts+html, compile in browser and run.
Why this question is not a duplicate: I dont see any info on having an AOT app consume new components that were just created as html+ts (not compiled).
ANY help is appreciated