作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
升级到 Angular 7 后,我得到 parentInjector is deprecated: No replacement
在我的代码中。由于这显然已被弃用,为什么没有可用的更新,或者 Angular 团队只是错过了将其添加到文档中?
我正在使用注入(inject)器在 dom 中动态添加组件。
const factory = this.cfr.resolveComponentFactory(modalClass);
const ref = factory.create(this.vcr.parentInjector);
最佳答案
As this is clearly deprecated, why there is no update available or do the Angular team just missed to add that in documentation?
I am using the injector to dynamically add components dom.
this.vcr.injector
反而。如果此更改破坏了您的源代码,则需要更改您的源代码。
关于angular - 替换已弃用的 ViewContainerRef.parentinjector,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56135336/
我是一名优秀的程序员,十分优秀!