详解Angular2组件之间如何通信 组件之间的共享可以有好几种方式父->子input方式import{Component,Input}from'angular2/core';@Component Angular组件通信