扫码关注官方订阅号
@Component({ selector: 'hero-detail', template: `
{{hero.name}} details! id: {{hero.id}} name:
id: {{hero.id}}
name:
人生最曼妙的风景,竟是内心的淡定与从容!
selector就是template的容器
selector
template
这边selector是hero-detail,那么下面的template会显示在<hero-detail></hero-detail>这样的容器中
hero-detail
<hero-detail></hero-detail>
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
selector就是template的容器这边
selector是hero-detail,那么下面的template会显示在<hero-detail></hero-detail>这样的容器中