Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Created October 17, 2018 17:33
Show Gist options
  • Save benjamincharity/1d81649150a584d9c8673c508afd46d7 to your computer and use it in GitHub Desktop.
Save benjamincharity/1d81649150a584d9c8673c508afd46d7 to your computer and use it in GitHub Desktop.
<ng-content *ngIf="!optionTemplate">
</ng-content>
<ng-container
*ngIf="optionTemplate"
[ngTemplateOutlet]="optionTemplate"
[ngTemplateOutletContext]="{$implicit: option}"
></ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment