不同模块加载的Angular组件不能在动态编译的组件中呈现
创始人
2025-01-09 11:30:39
0

在动态编译的组件中,必须将不同模块中的组件加入到模块中。您可以使用NgModule的imports属性来实现这一点。下面是一个示例:

import { NgModule }      from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule }   from '@angular/forms';
import { AppComponent }  from './app.component';
import { DynamicComponent } from './dynamic.component';
import { OtherModule } from './other.module';

@NgModule({
  imports: [
    BrowserModule,
    FormsModule,
    OtherModule // 加载其他模块
  ],
  declarations: [
    AppComponent,
    DynamicComponent
  ],
  bootstrap: [ AppComponent ]
})
export class AppModule { }

在这个示例中,我们加载了一个名为“OtherModule”的模块,并将其添加到NgModule的imports数组中。然后,在NgModule的declarations数组中添加了一个动态组件,其中包含了来自“OtherModule”的组件。

当我们在动态编译的组件中引用这个NgModule时,我们也可以使用来自“OtherModule”的组件了:

import { NgModule, Compiler, Component, Input, NgModuleRef, OnInit } from '@angular/core';

@Component({
  selector: 'dynamic-comp',
  template: ``
})
export class DynamicComponent implements OnInit{
  @Input() module: NgModuleRef;
  @Input() selector: string;

  constructor(private compiler: Compiler) {}

  ngOnInit() {
    const factory = this.compiler.compileModuleAndAllComponentsSync(this.module);
    const compFactory = factory.componentFactories.find(x => x.selector === this.selector);

    if (compFactory) {
      const component = compFactory.create(this.injector);
      this.container.insert(component.hostView);
    }
  }
}

在这个示例中,我们使用Angular Compiler来编译包含在模块中的组件。然后我们可以通过selector属性指定要渲染的组件。这样,我们就可以在动态编译的

相关内容

热门资讯

透视好友房"hhpo... 透视好友房"hhpoker真的假的"详细辅助透视教程(可以看底牌透明);原来确实真的有挂(需添加指定...
透视软件"wepok... 您好,wepokerplus开挂这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】...
透视最新"红龙pok... 透视最新"红龙poker作弊指令"详细辅助曝光教程(可以看牌型方法);人气非常高,ai更新快且高清可...
透视总结"wepok... 自定义wepoker辅助分析器系统规律,只需要输入自己想要的开挂功能,一键便可以生成出微扑克专用辅助...
透视挂"德州透视是真... 自定义德州透视是真的吗系统规律,只需要输入自己想要的开挂功能,一键便可以生成出微扑克专用辅助器,不管...
透视安装"佛手在线有... 透视安装"佛手在线有挂吗"详细辅助微扑克教程(辅助器教程)是由北京得佛手在线有挂吗黑科技有限公司精心...
透视了解"wepok... 透视了解"wepoker免费透视脚本"详细辅助线上教程(游戏的安装教程透明)1、很好的工具软件,可以...
透视智能ai"new... 透视智能ai"newpoker怎么安装脚本"详细辅助wpk教程(辅助软件教程神器)1、许多玩家不知道...
透视有挂"hhpok... 透视有挂"hhpoker免费透视脚本"详细辅助解说技巧(有透视底牌软件)准备好在hhpoker免费透...
透视脚本"sohoo... 透视脚本"sohoo poker辅助器"详细辅助透视教程(可以增加运气辅助)这是由厦门游乐互动科技有...