摘要: 1 代码结构 2 myc04.component.html <p>myc04 works!</p> <!--emit():触发msgEvent中的函数,就是show()--> <button (click)="msgEvent.emit('赵云')">Test 1</button> <button 阅读全文
posted @ 2022-06-14 19:57 孝文 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1 代码结构 2 myc03.component.html <p>myc03 works!</p> <h3>name:{{name}}</h3> <h3>age:{{age}}</h3> <h3>老板:{{boss?.name}}-{{boss?.age}}-{{boss?.sex}}</h3> m 阅读全文
posted @ 2022-06-14 19:35 孝文 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1 代码结构 2 myc02.component.html <p>myc02 works!</p> <h4>{{name}}</h4> <h4>{{age}}</h4> myc02.component.html 3 myc02.component.ts import { Component, OnI 阅读全文
posted @ 2022-06-14 19:02 孝文 阅读(23) 评论(0) 推荐(0) 编辑