@Component({ セレクター: 'hero-detail', テンプレート: ` <p *ngIf="hero">
</p> `})セレクターは何に使用されますか?
人生最曼妙的风景,竟是内心的淡定与从容!
selector就是templateコンテナ
selector
template
こちらselector是hero-detail,那么下面的template会显示在<hero-detail></hero-detail>こんな容器に入っています
hero-detail
<hero-detail></hero-detail>
selector
就是template
コンテナこちら
selector
是hero-detail
,那么下面的template
会显示在<hero-detail></hero-detail>
こんな容器に入っています