Subjek Ngmodel Angular

<input type="text" 
       [ngModel]="subject | async"
       (ngModelChange)="subject.next($event)" />
Code Eater