Angular 4 pass data between 2 not related components

前端 未结 5 1530
栀梦
栀梦 2020-11-27 13:47

I have a questions about passing data in Angular.

First, I don\'t have a structure as

5条回答
  •  失恋的感觉
    2020-11-27 14:03

    if component are not related than you need use Service

    https://angular.io/docs/ts/latest/cookbook/component-communication.html#!#bidirectional-service

提交回复
热议问题