Angular - RxJS and Observables Fundamentals
Identify the error in this Angular template snippet:
Assuming
<div>{{ data | async() }}</div>Assuming
data is an Observable.<div>{{ data | async() }}</div>data is an Observable.async() with parentheses is invalid and causes a template error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions