We are using this function from the compiler compileModuleAndAllComponentsAsync
to create a dynamic/runtime module.
The compiler is deprecated in Angular v13.
Does anyone have a similar ( dynamic/runtime module ) use case and has successfully replaced the Compiler
API?