Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RC6。使用来自 ng2-bootstrap 的模态组件。在我将应用程序分成模块之前工作正常。现在在延迟加载模块中,当我尝试调用.show()模态组件的方法时出现错误:No provider for AppComponent!
.show()
No provider for AppComponent!
正如您可能猜到的那样,AppComponent 是我在应用程序根模块中的主要/默认组件。这个模态的东西怎么知道 AppComponent 的存在?
谢谢!
由于这个黑客获取根应用程序组件:
https://github.com/valor-software/ng2-bootstrap/blob/development/components/utils/components-helper.service.ts#L41-L49