drcids


  • Angular developers often use `*ngIf="foo$ | async as foo` to consume an observable easily in templates. However, this approach does not work if your observable emits a boolean as the `ngIf` will hide the template when the source observable emits a falsy v

    published version 0.1.7, a year ago