Angular - RxJS and Observables Fundamentals
Given this component code:
What will this template display?
data$ = of('Angular');What will this template display?
<div>{{ data$ | async }}</div>data$ = of('Angular');<div>{{ data$ | async }}</div>of('Angular') emits the string 'Angular'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions