Skip to main content
0 votes
1 answer
47 views

I'm having a situation where there is an existing website. It's going to get replaced by a new version made from scratch but I want to use old URL's which will exist for a while to preserve SEO score ...
Szymon D.'s user avatar
0 votes
0 answers
50 views

When I navigate to SomeChildComponent, I wonder why SOME_CHILD_GUARD is called before SOME_PARENT_GUARD. It makes no sense to me. And I would like the order to be inverted. I have not found anything ...
JTHOUMEL's user avatar
2 votes
1 answer
161 views

Listen, I'll explain how it all happens. I'm making a refresh system for a jwt token. It's a standard thing. I configured exactly two systems: guards and interceptors. That's why I'm sure people will ...
Андрій Степанов's user avatar
1 vote
1 answer
120 views

I'm currently trying to display a loading indicator on navigation in Angular. The issue I am experiencing is that when the user is tries to get on a protected route, the guard will redirect them but ...
user p's user avatar
  • 69
1 vote
1 answer
91 views

I have an application that uses a microfrontend architecture. In one specific microfrontend, I'm using Angular guards with the canDeactivate method. Here's an example: const exampleRoutes: Routes = [ ...
camil's user avatar
  • 81
1 vote
1 answer
173 views

I have a section of my Angular app that is only accessible through a generated link sent to the user's email (a Docusign type thing). It is sectioned off from the rest of the app via a feature module, ...
Alex Davis's user avatar
2 votes
2 answers
1k views

I'm working on an Angular 17 project with login and session functionality. Everything is working well except for the guard. Every time I refresh the page, the screen briefly blinks back to the login ...
BigChat88's user avatar
2 votes
1 answer
108 views

I want to do token-based authorization with angular, but I have a bug like this I can protect pages with auth guard if the token has not exploded, but I cannot use the interceptor because auth guard ...
Erenb's user avatar
  • 21
0 votes
1 answer
103 views

I've got routes '/' and '/auth'. The logic is that NOT logged in users can access ONLY /auth page, while logged in users CAN'T access it. So, I've made two guards and for some reason I get infinite ...
ADEXITUM's user avatar
0 votes
2 answers
89 views

I need to team suggestion , I have more than 10 form. I want create common directives or any other option form value change before routing. If form changed we need to get confirmation from ...
CMS Develop's user avatar
2 votes
0 answers
728 views

The angular devtools plugin in firefox and chrome does not work and reports Angular application not detected. when the root path is guarded by a keycloak auth guard. Reproduction steps: Create a new ...
T_01's user avatar
  • 1,413
1 vote
1 answer
262 views

I just started with coreUi and Angular 18 and would like to intercept the requests, when the user calls another route. I started with the standard coreUi modern theme and set everything up so far but ...
Sithys's user avatar
  • 3,801
1 vote
1 answer
271 views

How can I get the incoming request headers in an Angular authentication guard? In an Angular 17 application, I'd like to support authenticated deep links with JWT tokens in the incoming request header,...
Jan Nielsen's user avatar
0 votes
1 answer
820 views

I am not able to add any guard or anything for redirectTo route in my case which is an empty path. I am using MSAL for authentication, MSAL does provide a guard and its working for other routes. So ...
Eternal Sunshine's user avatar
0 votes
0 answers
81 views

Yesterday I encountered a very peculiar bug which I have not been able to solve. I essentially created services to handle user authentication and data management. I also created an additional service ...
App Scripter's user avatar

15 30 50 per page
1
2 3 4 5
22