I need to the ability to dynamically create modules and components ( with different templates) during runtime with a production build (aot enabled). I know this is possible with dev builds where the JIT compiler is used. But i don't want this for my production builds
Is there a way to lazy load the JIT compiler, so that it's only used for creating those dynamic modules and components, in a production build ?