#First time using async pipe and getting an error?
10 messages · Page 1 of 1 (latest)
g!badeyes @silver kernel
@silver kernel Please do not post pictures of code (especially photos of a physical screen) as they are difficult to read and difficult to correct (as you cannot copy code from a screenshot to modify it).
ok thank you i'll change it
don't use new Observable
I have in my code
testValue: BehaviorSubject<string> = new BehaviorSubject<string>("blank");
and in html
[innerHtml]="testValue | async | blue"
In what context. Show the entire component TS code
I'll just make a new post
why?