With Angular, we can subscribe to an Observable and assign the result of the async pipe to another variable by doing :
*ngIf="(data$ | async) as data
You can try this:
{{data.data1}} {{data.data2}} loading..........