As mentioned in previous responses you can use {{ name | async }} but remember if you want to use {{ name | async }}, name must be a promise or an observable.
Otherwise you'll get an error like this :
ERROR Error: InvalidPipeArgument: 'xxx' for pipe 'AsyncPipe'