为了账号安全,请及时绑定邮箱和手机立即绑定

ng-zorro:发布后,inject NzMessageService 内容出错。

ng-zorro:发布后,inject NzMessageService 内容出错。

当年话下 2018-08-23 17:23:06
ng build --prod发布内容访问时提示:提示ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'resolveComponentFactory' of undefinedzz查找错误发现是NzMessageService 在injector时发生的错误。部分代码 constructor(protected injector: Injector,    public componentConfig: BaseComponentConfig,    protected systemFormControl: ArSystemFormControl = null) {    // 注入服务组件等     this.httpService = this.injector.get(HttpService);    this.message = this.injector.get(NzMessageService);    this.fb = this.injector.get(FormBuilder);    this.nzModalService = this.injector.get(NzModalService);     console.log(this.nzModalService);    this.route = this.injector.get(ActivatedRoute);    this.router = this.injector.get(Router);    this.nghttp = this.injector.get(HttpClient);    this.validateForm = this.fb.group({});    this.location = this.injector.get(Location);有人遇到同样的错误么?我尽量查找解决办法但是没有找到。
查看完整描述

1 回答

?
蓝山帝景

TA贡献1843条经验 获得超7个赞

这个问题你解决了没,现在我也遇到了相同的

查看完整回答
反对 回复 2018-08-26
  • 1 回答
  • 0 关注
  • 1386 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信