This is a simple solution, as you said in your question. I think there’s nothing simpler than what you already provided.
<input type="text"
[ngModel]="subject | async"
(ngModelChange)="subject.next($event)" />
This is a simple solution, as you said in your question. I think there’s nothing simpler than what you already provided.
<input type="text"
[ngModel]="subject | async"
(ngModelChange)="subject.next($event)" />