Angular中当一个组件中的修改影响到另一个组件时,Angular不会自动更新HTML。
创始人
2024-10-31 01:30:54
0

使用Angular的@ViewChild装饰器和Observables实现组件间的通信。首先,在父组件中定义一个Observable对象,将其传递给子组件,并在子组件中订阅该对象。当子组件中的修改发生时,通过该Observable对象发出通知,将通知发送给父组件,父组件接收到通知后,在调用ViewChild修饰的子组件的方法来更新HTML。

示例代码如下:

// parent.component.ts import { Component, ViewChild } from '@angular/core'; import { Subject } from 'rxjs';

@Component({ selector: 'parent-component', template:

}) export class ParentComponent { @ViewChild('htmlOutput', {static: false}) htmlOutput: ElementRef; subject = new Subject();

onButtonClick() { this.subject.next('Button Clicked'); }

updateHtmlOutput(html: string) { this.htmlOutput.nativeElement.innerHTML = html; }

}

// child.component.ts import { Component, Input } from '@angular/core';

@Component({ selector: 'child-component', template: '' }) export class ChildComponent { @Input() subject: Subject;

ngOnInit() { this.subject.subscribe((msg) => { // handle the message and make updates to the HTML this.updateHtml(msg); }); }

updateHtml(msg: string) { // update the HTML this.htmlOutput.nativeElement.innerHTML = msg; }

}

相关内容

热门资讯

一分钟教会你!wepoker正... 一分钟教会你!wepoker正确养号方法(辅助挂)总是是真的有挂(果真有挂辅助技巧)1、首先打开辅助...
今日公布!拱趴大菠萝挂(辅助挂... 今日公布!拱趴大菠萝挂(辅助挂)总是真的是有挂(有挂细节辅助攻略)暗藏猫腻,小编详细说明破解器有用吗...
重磅来袭!wepoker透视脚... 重磅来袭!wepoker透视脚本下载(辅助挂)原来是有挂(有挂助手辅助技巧)1、辅助器安装包、辅助器...
技术分享!wpk有那种辅助吗(... 技术分享!wpk有那种辅助吗(辅助挂)总是真的是有挂(发现有挂辅助脚本)1. 选牌创建新账号,点击进...
玩家必看科普!hhpoker作... 玩家必看科普!hhpoker作弊码怎么用(辅助挂)本来是真的有挂(证实有挂辅助器)运辅助工具,进入游...
科技通报!hhpoker辅助(... 科技通报!hhpoker辅助(辅助挂)好像存在有挂(有挂教学辅助app)1、有没有辅助教程、有透视吗...
重大通报!红龙poker有辅助... 重大通报!红龙poker有辅助吗(辅助挂)总是存在有挂(详细教程辅助攻略)1、该软件可以轻松地帮助玩...
新手必备!wepokerh5破... 新手必备!wepokerh5破解(辅助挂)好像存在有挂(有挂总结辅助器)运辅助工具,进入游戏界面。进...
推荐十款!wepoker透视破... 推荐十款!wepoker透视破解版(辅助挂)竟然是有挂(讲解有挂辅助脚本)1、该软件可以轻松地帮助玩...
技巧知识分享!wepoker怎... 技巧知识分享!wepoker怎么拿到好牌(辅助挂)竟然真的有挂(有挂分享辅助教程)1、打开软件启动之...