Hi Sander,

Sorry my question might not have been very clear.
What I want to do is :
<div *ngIf="myObservable$ | async as myData"></div>


but with an ng-template syntax:
<ng-template [ngIf]="myObservable$ | async as myData"></ng-template>


But this does not work. I couldn't find out what is the correct syntax with 
ng-template



-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to