标签: angular httpclient angular5 angular-http-interceptors
我用角度5开发应用程序。
我需要在更改/ detroyiog组件时停止所有http查询。
示例:我打开ListUsersComponent,启动httpquery获取用户列表,在该查询完成之前我打开了ListAdminsComponent。所以在网络(浏览器)我有查询得到用户查询列表仍然挂起。
我想在销毁ListUsersComponent时停止它。
当我更改组件时如何停止查询?