SyntaxFix
Write A Post
Hire A Developer
Questions
You should add the pipe to the interpolation and not to the ngFor
interpolation
ngFor
ul li(*ngFor='let movie of (movies)') ///////////removed here/////////////////// | {{ movie.title | async }}
Reference docs