<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Angular on WTPersonal</title><link>https://wtpersonal.stream/tags/angular/</link><description>Recent content in Angular on WTPersonal</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 06 Dec 2021 13:15:46 +0800</lastBuildDate><atom:link href="https://wtpersonal.stream/tags/angular/index.xml" rel="self" type="application/rss+xml"/><item><title>Angular</title><link>https://wtpersonal.stream/post/en/memo/angular/</link><pubDate>Wed, 03 Nov 2021 17:07:04 +0800</pubDate><guid>https://wtpersonal.stream/post/en/memo/angular/</guid><description>&lt;h2 id="contents" class="headerLink">
 &lt;a href="#contents" class="header-mark">&lt;/a>Contents&lt;/h2>&lt;ol>
&lt;li>&lt;a href="bidirectional-data-flow-between-components" rel="">Bidirectional data flow between components(@Input &amp;amp; @Output)&lt;/a>&lt;/li>
&lt;/ol>
&lt;h2 id="bidirectional-data-flow-between-components" class="headerLink">
 &lt;a href="#bidirectional-data-flow-between-components" class="header-mark">&lt;/a>Bidirectional data flow between components&lt;/h2>&lt;h3 id="sometimes-not-work-very-well-abandon" class="headerLink">
 &lt;a href="#sometimes-not-work-very-well-abandon" class="header-mark">&lt;/a>Sometimes, not work very well. ABANDON&lt;/h3>&lt;ul>
&lt;li>@Input value and @Output valueChange cannot detect value change when child component valueChange emit a value, especially, Multiple inheritance.&lt;/li>
&lt;li>next, try to use @ViewChild or @ViewChildren&lt;/li>
&lt;/ul>
&lt;p>Bidirectional data flow between parent component and child component.
It uses @Input and @Output decorates the variables.
The more Input and Output details are at &lt;a href="https://angular.io/guide/inputs-outputs" target="_blank" rel="noopener noreferrer">official angular guide&lt;/a>&lt;/p></description></item><item><title>Angular</title><link>https://wtpersonal.stream/post/memo/angular/angular/</link><pubDate>Wed, 03 Nov 2021 17:07:04 +0800</pubDate><guid>https://wtpersonal.stream/post/memo/angular/angular/</guid><description>&lt;h2 id="contents" class="headerLink">
 &lt;a href="#contents" class="header-mark">&lt;/a>Contents&lt;/h2>&lt;ol>
&lt;li>&lt;a href="bidirectional-data-flow-between-components" rel="">Bidirectional data flow between components(@Input &amp;amp; @Output)&lt;/a>&lt;/li>
&lt;/ol>
&lt;h2 id="bidirectional-data-flow-between-components" class="headerLink">
 &lt;a href="#bidirectional-data-flow-between-components" class="header-mark">&lt;/a>Bidirectional data flow between components&lt;/h2>&lt;h3 id="sometimes-not-work-very-well-abandon" class="headerLink">
 &lt;a href="#sometimes-not-work-very-well-abandon" class="header-mark">&lt;/a>Sometimes, not work very well. ABANDON&lt;/h3>&lt;ul>
&lt;li>@Input value and @Output valueChange cannot detect value change when child component valueChange emit a value, especially, Multiple inheritance.&lt;/li>
&lt;li>next, try to use @ViewChild or @ViewChildren&lt;/li>
&lt;/ul>
&lt;p>Bidirectional data flow between parent component and child component.
It uses @Input and @Output decorates the variables.
The more Input and Output details are at &lt;a href="https://angular.io/guide/inputs-outputs" target="_blank" rel="noopener noreferrer">official angular guide&lt;/a>&lt;/p></description></item></channel></rss>