Angular v13 中动态/运行时模块的 Angular 编译器 API 替换

zel*_*o_a 5 angular angular-compiler angular13

我们使用编译器中的这个函数compileModuleAndAllComponentsAsync来创建动态/运行时模块

该编译器在 Angular v13 中已弃用

是否有人有类似的(动态/运行时模块)用例并已成功替换CompilerAPI?