Is there a way to utilise testing angular2 app's behaviour in offline, specifically http requests? Some way to mock offline response maybe.
How could one test http request timeouts? I already asked question regarding this issue here, but could not solve though (updated).