simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[ng-app-state] Feature request: accept `null` #60

Closed eric-simonton-sama closed 2 years ago

eric-simonton-sama commented 2 years ago

This would allow using async pipe with an observable of stores, like

<input type="number" matInput [nasModel]="projectIdStore$ | async" />