gpt4 book ai didi

Angular 2引导多根组件

转载 作者:太空狗 更新时间:2023-10-29 17:25:21 26 4
gpt4 key购买 nike

我希望能够将多个应用程序根组件启动到我的 index.html 页面中。这最初在 angular 2 beta 0 - 15 上是可能的,但从 beta 16 开始,它不再起作用了。请引用这段代码 http://plnkr.co/edit/A7fyFUST9IdP1FriauXk?p=preview

please see plunker link above for the code

希望有人可以修改代码以便能够在 Angular 2 beta 17 上工作。

提前致谢。

最佳答案

只需列出bootstrap(和声明)中的所有组件

@NgModule({
imports: [ BrowserModule ],
declarations: [ App, ModalComponent, CompComponent],
providers: [SharedService],
entryComponents: [CompComponent],
bootstrap: [ App, ModalComponent ]
})
export class AppModule{}

另见 How to dynamically create bootstrap modals as Angular2 components?一个完整的例子。

关于Angular 2引导多根组件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37066421/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com