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); }); } }

相关内容

热门资讯

最新技巧“来玩app破解”开挂... 大家好,今天小编来为大家解答来玩app破解这个问题咨询软件客服可以免费测试直接加微信(1367043...
2分钟细说“边锋干瞪眼ios辅... 2分钟细说“边锋干瞪眼ios辅助”开挂(透视)辅助下载曝光教程(有挂技巧);无需打开直接搜索打开薇:...
今日重大通报“随意玩工具箱辅助... 今日重大通报“随意玩工具箱辅助器”开挂(透视)辅助脚本必赢方法(有挂方法)您好:随意玩工具箱辅助器这...
玩家必看分享“陕西辅助”开挂(... 玩家必看分享“陕西辅助”开挂(透视)辅助安装2026新版教程(有挂技巧);亲,陕西辅助这款游戏原来确...
重大通报“逍遥辅助器win11... 大家好,今天小编来为大家解答逍遥辅助器win11可以用吗这个问题咨询软件客服可以免费测试直接加微信(...
攻略讲解“闲逸辅助正版免费下载... 闲逸辅助正版免费下载开挂教程视频分享装挂详细步骤在当今的网络游戏中,闲逸辅助正版免费下载作为一种经典...
2024教程“微信开心是按照辅... 大家好,今天小编来为大家解答微信开心是按照辅助脚本这个问题咨询软件客服可以免费测试直接加微信(136...
盘点几款“蘑菇云辅助怎么使用”... 您好:蘑菇云辅助怎么使用这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户的...
科技分享“德扑圈透视挂”开挂(... >>您好:德扑圈透视挂确实是有挂的,很多玩家在这款德扑圈透视挂游戏中打牌都会发现很多用户的牌特别好,...
科技介绍“微乐河南麻将辅助io... 您好:微乐河南麻将辅助ios这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用...