}; } loadGenders() { return (): Observable<Array<Gender>> => { return this.genderService.list(); }; } delete(user: User) { return () => { return this.userService.delete(user); }; } } angular-observable-grid.stackblitz.io
console.log("COMPLETION:"); } ); } ngOnDestroy(){ // unsubscribes the subscription. this.customSubscrition.unsubscribe(); } }Compiling application & starting dev server…angular-create-custom-observable.stackblitz.io Console Clear on reload...
core-js2.5.7 rxjs6.3.3 zone.js0.8.26Join the world's largest hackathon $1M+ prizes. Something broken? File a bug!app.component.ts Close all Close savedCompiling application & starting dev server…angular-forkjoin-create-observable.stackblitz.io...