ホームページ > に質問 > 本文
@Component({ セレクター: 'hero-detail', テンプレート: ` <p *ngIf="hero">
</p> `})セレクターは何に使用されますか?
typecho2017-06-13 09:24:51
selector就是templateコンテナ
selector
template
こちらselector是hero-detail,那么下面的template会显示在<hero-detail></hero-detail>こんな容器に入っています
hero-detail
<hero-detail></hero-detail>