@Component({ セレクター: 'hero-detail', テンプレート: ` <p *ngIf="hero">
</p> `})セレクターは何に使用されますか?
人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!
selector就是templateコンテナ
selector
template
こちらselector是hero-detail,那么下面的template會(huì)顯示在<hero-detail></hero-detail>こんな容器に入っています
hero-detail
<hero-detail></hero-detail>