AlbertBrand / angular-cancel-on-navigate

MIT License
25 stars 12 forks source link

Canceling Previous HTTP Request when changing module #9

Open emmanueandales opened 4 years ago

emmanueandales commented 4 years ago

Hi,

Here's my objective, i want to cancel all HTTP request from my previous when im going to another module. Something like this dashboard > company.

I want to cancel all HTTP request form dashboard module when i successfully change module. If this possible please guide me.

Thanks in advance for your help.

Emman