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

}

相关内容

热门资讯

为了进一步!拱趴大菠萝机器人,... 为了进一步!拱趴大菠萝机器人,德普之星有辅助软件吗(透视)专业教程(确实有挂)-哔哩哔哩德普之星有辅...
透视透视!hhpoker视频巡... 透视透视!hhpoker视频巡查真的假的,wepoker线上大神(透视)透视教程(有挂教程)-哔哩哔...
透视真的!德普之星辅助工具如何... 透视真的!德普之星辅助工具如何打开,hhpoker辅助靠谱吗(透视)专业教程(有挂分享)-哔哩哔哩暗...
透视好牌!xpoker怎么辅助... 透视好牌!xpoker怎么辅助,we-poker靠谱吗(透视)有挂教程(有挂辅助)-哔哩哔哩1、许多...
截至发稿!hh poker透视... 截至发稿!hh poker透视器下载,德普之星私人局辅助器(透视)解谜教程(有挂神器)-哔哩哔哩1、...
日前!wejoker辅助器怎么... 日前!wejoker辅助器怎么卖,wepoker辅助器安装包(透视)透视教程(有挂秘诀)-哔哩哔哩1...
据文件显示!pokeplus脚... 据文件显示!pokeplus脚本,wpk模拟器是什么(透视)科普教程(有挂猫腻)-哔哩哔哩1、全新机...
透视挂透视!pokemmo辅助... 透视挂透视!pokemmo辅助器脚本下载,wepoker透视脚本安卓(透视)关于教程(真的有挂)-哔...
推出新举措!WePoKer辅助... 推出新举措!WePoKer辅助器,pokerworld破解版下载(透视)科普教程(有挂助手)-哔哩哔...
截至目前!pokemmo手机版... 截至目前!pokemmo手机版脚本免费,wepoker分析(透视)揭露教程(有挂技术)-哔哩哔哩;运...