Created
October 17, 2018 17:33
-
-
Save benjamincharity/1d81649150a584d9c8673c508afd46d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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