<ng-template>元素上。
<ng-template>元素就是刚才制作的指令将应用到的地方。要应用AdDirective,回忆一下来自ad.directive.ts的选择器ad-host。
在这个例子中,字符串"letheroofheroes"的含义是: 取出heroes数组中的每个英雄,把它存入局部变量hero中,并在每次迭代时对模板HTML可用 Angular把这个指令翻译成了一个<ng-template