2

RC6。使用来自 ng2-bootstrap 的模态组件。在我将应用程序分成模块之前工作正常。现在在延迟加载模块中,当我尝试调用.show()模态组件的方法时出现错误:No provider for AppComponent!

正如您可能猜到的那样,AppComponent 是我在应用程序根模块中的主要/默认组件。这个模态的东西怎么知道 AppComponent 的存在?

谢谢!

4

1 回答 1

1

由于这个黑客获取根应用程序组件:

https://github.com/valor-software/ng2-bootstrap/blob/development/components/utils/components-helper.service.ts#L41-L49

于 2016-09-12T15:10:43.790 回答