Angular Interceptor in [Single SPA]

Viewed 37

In single spa, I am planning to add a common utility module in single spa that will be responsible for my interceptor.

But I am wondering as a interceptor intercepts automatically in Angular-apps does it will behave like the same.

Single spa utility is an external .js file that we can be imported inside our app, but does it will work like a angular interceptor.

If the answer is No then, is there is a way that we can use a Inceptor in Angular apps. My apps are created using single spa ANGULAR cli. Thanks in advance.

0 Answers
Related