Angular中@Component在模板中使用`require(...)`无法正常工作
创始人
2024-10-31 00:01:12
0

推荐使用import而不是require来加载模块。如果非要使用require,可以使用Angular提供的NgModuleFactoryLoader来动态加载组件。

示例代码:

使用import加载模块:

import { Component } from '@angular/core';
import { MyService } from './my.service';

@Component({
  selector: 'app-my-component',
  template: `
    
Welcome, {{ name }}!
`, }) export class MyComponent { constructor(private myService: MyService) {} name = this.myService.getName(); loadMyOtherComponent() { import('./my-other-component/my-other-component.component').then(module => { // Do something with the module, such as rendering the dynamic component }); } }

使用NgModuleFactoryLoader动态加载组件:

import { Component, NgModuleFactoryLoader, ViewChild, ViewContainerRef } from '@angular/core';

@Component({
  selector: 'app-my-component',
  template: `
    
`, }) export class MyComponent { @ViewChild('target', { read: ViewContainerRef }) target: ViewContainerRef; constructor(private loader: NgModuleFactoryLoader) {} loadMyOtherComponent() { this.loader.load('./my-other-component/my-other-component.module#MyOtherComponentModule').then(factory => { const moduleRef = factory.create(this.target.injector); const componentFactory = moduleRef.componentFactoryResolver.resolveComponentFactory(MyOtherComponent); this.target.clear(); this.target.createComponent(componentFactory); }); } }

相关内容

热门资讯

第二分钟演示!哈糖大菠萝破解器... 第二分钟演示!哈糖大菠萝破解器(透视)好像存在有辅助工具(哔哩哔哩)1、下载好哈糖大菠萝破解器正确养...
六分钟讲义!aapoker脚本... 六分钟讲义!aapoker脚本怎么用(透视)真是是真的有辅助工具(哔哩哔哩)1、aapoker脚本怎...
6分钟学习!pokemmo手机... 6分钟学习!pokemmo手机脚本辅助器(透视)好像真的有辅助安装(哔哩哔哩)1、下载好pokemm...
四分钟练习!wepoker免费... 四分钟练习!wepoker免费辅助器(透视)一贯是有辅助辅助(哔哩哔哩)1、游戏颠覆性的策略玩法,独...
第四分钟诀窍!智星德州插件最新... 第四分钟诀窍!智星德州插件最新版本更新内容详解(透视)竟然真的有辅助脚本(哔哩哔哩)1、玩家可以在智...
第三分钟经验!佛手在线大菠萝技... 第三分钟经验!佛手在线大菠萝技巧(透视)一贯有辅助教程(哔哩哔哩)1、不需要AI权限,帮助你快速的进...
5分钟法门!有没有人wepok... 5分钟法门!有没有人wepoker(透视)好像是有辅助脚本(哔哩哔哩)1、完成有没有人wepoker...
六分钟操作!wepoker看底... 六分钟操作!wepoker看底牌(透视)都是有辅助辅助(哔哩哔哩)1、游戏颠覆性的策略玩法,独创攻略...
第6分钟手筋!sohoo竞技联... 第6分钟手筋!sohoo竞技联盟辅助器(透视)一直真的有辅助工具(哔哩哔哩)小薇(辅助器软件下载)致...
一分钟项目!wepoker有用... 一分钟项目!wepoker有用吗(透视)确实是真的有辅助安装(哔哩哔哩)1、下载好wepoker有用...