Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created August 29, 2022 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/0466dbd92c4a2961b58bfbbf0511e6e0 to your computer and use it in GitHub Desktop.
Save lydemann/0466dbd92c4a2961b58bfbbf0511e6e0 to your computer and use it in GitHub Desktop.
@Component({
selector: ‘target’,
template:
<span>
{{ value$ | push }}
</span>
})
export class Component {
@Input() value$ = Observable<string>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment