#Recover // will display default value to listening page obs http$.pipe().map().catch(err => of([default value])) OR fetch(offline data) // putting this as first in pipe will short circuit remain methods and send to finalize #Kill // will stop the app return throwError(err) #cleanup release resouce // after ok or error finalize(() => )