angular-router-guards Questions
1
Solved
I have an angular 4.3.6 application with lazy-loaded modules. Here is a partial root router:
const routes: Routes = [
{ path: '', redirectTo: 'fleet', pathMatch: 'full' },
{
path: '',
componen...
Deering asked 5/9, 2017 at 15:30
1
Solved
Why isn't id available in the below guard?
@Injectable()
export class ProjectDetailsGuard implements CanActivate {
constructor(private activatedRoute: ActivatedRoute) { }
canActivate() {
cons...
Synchronism asked 25/8, 2017 at 15:1
0
I am saving the requested Url in the localstorage, redirect to an identity-server, this one redirects back to my root url, and then i want to navigate to the previously saved url.
I am saving the...
Moxa asked 6/6, 2017 at 9:59
© 2022 - 2024 — McMap. All rights reserved.