I have a service in an Angular 2 using TypeScript. I want to be able to share an array of values that I get from that service. when one component makes a change to the array
@Krenom's answer was corrrect. with one import needing to be changed on my setup.
I needed import { Observable, Observer } from 'rxjs/Rx';import { Observable, Observer } from 'rxjs/Rx';
import { Observable, Observer } from 'rxjs/Rx';import { Observable, Observer } from 'rxjs/Rx';