Angular2父子組件之間數據傳遞:父子組件共享服務通訊

​父子組件共享同一個服務,利用該服務實現雙向通訊css 首先定義服務: parentService.ts(服務)html import {Injectable} from "@angular/core" @Injectable() export class ParentService { name: string = "小明";  getData() { return this.name;  
相關文章
相關標籤/搜索