this.mySubject.next({propagate: false, value: 42}); makeObservable() { return this.mySubject.pipe(filter(x => x.propagate)); }