Answers for "angular ng-template, ng-container and ngtemplateoutlet"

0

ngtemplateoutlet

<ng-template #optionTemplate let-option let-position="idx">
  {{ position }} : {{option}}
</ng-template>

<!-- client-one.component.html --><>Copy
Posted by: Guest on February-21-2021

Browse Popular Code Answers by Language