在Angular 2中传递兄弟组件之间的数据数组

时间:2016-10-09 10:54:52

标签: angular

有没有办法在角度2的两个兄弟组件之间传递数据?

学校申请:

该应用的用户将从列表中选择一个或多个学校(schoolData.component.ts)。这些选择用于过滤一系列学校数据。数据将以日历(calendar.component.ts)显示。

申请结构:

├──app/

├──├──app.component.ts

├──├──app.module.ts

├──├──main.ts

├──├──schoolData/

├──├──├──schoolData.component.ts

├──├──├──schoolData.service.ts

├──├──├──html/

├──├───────────────────--

├──├──├──css/

├──├────────────────────────────────────────────────

├──├──日历/

├──├─────--calendar.component.ts

├──├──├──html/

├──├─────--calendar.component.html

├──├──├──css/

├──├─────--calendar.component.css

如何将数据从schoolData.component传递到calendar.component?

0 个答案:

没有答案