我正在尝试在modal navigation
中使用{N} app
,但遇到很多错误。其中之一是以下内容:
Error: No component factory found for RootModalComponent. Did you add it to @NgModule.entryComponents?
显然,这告诉我在RootModalComponent
的{{1}}内声明entryComponents
。我做了。
但是根据appModule
演示应用程序(https://github.com/NativeScript/nativescript-sdk-examples-ng/tree/master/app/ng-ui-category/modal-view-ng),为使模式导航正常工作,应在Nativescript
触发以下操作的模块内声明RootModalComponent
component
被声明。
RootModalComponent
执行此操作时,出现上述错误。我错过了什么吗?