Using observable talk to other component in angular2, not receiving coming value
问题 I have this structor app/ --pages/ ----pages.component.ts --channel/ ----shared/ ------assignPlaylist.modal.ts Inside the pages.component.ts, I have a variable called playlist export class PagesComponent { @Input() platform: Platform; @Output() onPlaylistsChange: EventEmitter<Playlists>; currentPageName: string; currentPage: Page; pages: Array<Page>; playlists: Playlists; } In assignPlaylist.modal.ts, I make an http post method and it returns a new playlists, I need to use that returned