DEV Community

Discussion on: What the heck is HttpContext in Angular?

Collapse
 
technbuzz profile image
Samiullah Khan

There are other ways to skip public urls, for instance we can keep track of urls in an array and skip accordingly. Which is just a work around and requires more array finding and filtering.

But HttpContext is the intended solution

Collapse
 
adisreyaj profile image
Adithya Sreyaj

That's what I used to do before this.