why520crazy
why520crazy
@avchugaev If possible, whether `ViewRef` can be inject directly and provide more public APIs of lifecycle? ```ts export function useDestroy() { const viewRef = inject(ViewRef); const destroy$ = new Subject();...
> 具体什么时间呢,有没有计划 等 Angular 9 正式发布后,没有确定的时间
暂时不可以
https://github.com/worktile/ngx-planet/issues/97
1. package the components separately into a module, and dynamic loading module in portal or subapp. 给组件单独打包一个文件和模块,然后在 Portal 和子应用中动态加载 2. use web components
it is a bug when one sub app enable lazy module and sandbox, you can set sandbox to "false" try it?
Possible reasons for this error are as follows: 1. `optimization.runtimeChunk` is not set or set to true; 2. `vendorChunk` of app's serve in `angular.json` set to true 3. `deploy-url` is...
如果你其他地方没有导入不可能报错的,浏览器的模块必须在根模块导入,这里就是根模块
你可以先先手动把生成的根模块去掉浏览器模块试试,看看哪个地方用了