Angular路由:嵌套路由正确重定向到404页面的方法
创始人
2024-10-28 06:01:13
0

在Angular中想要正确地将嵌套路由重定向到404页面,可以使用路由守卫。

首先,在app.module.ts中引入守卫和自定义的404组件。

import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { PageNotFoundComponent } from './page-not-found/page-not-found.component';
import { AuthGuard } from './auth.guard';

const appRoutes: Routes = [
  {
    path: '',
    redirectTo: '/dashboard',
    pathMatch: 'full'
  },
  {
    path: 'dashboard',
    canActivate: [AuthGuard],
    loadChildren: './dashboard/dashboard.module#DashboardModule'
  },
  {
    path: '**',
    component: PageNotFoundComponent
  }
];

@NgModule({
  imports: [RouterModule.forRoot(appRoutes)],
  exports: [RouterModule]
})
export class AppRoutingModule { }

接下来,创建一个AuthGuard守卫,在这个守卫里面从路由树中查找一个路由是否存在,如果存在,就继续导航,否则就导航到404页面。

import { Injectable } from '@angular/core';
import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router';
import { Observable } from 'rxjs/Observable';

@Injectable()
export class AuthGuard implements CanActivate {
  
  constructor(private router: Router) {}

  canActivate(
    next: ActivatedRouteSnapshot,
    state: RouterStateSnapshot): Observable | Promise | boolean {

    const url: string = state.url;
    
    return this.checkRoute(next, url);
  }

  checkRoute(route: ActivatedRouteSnapshot, url: string): boolean {
    if (route.routeConfig && route.routeConfig.path) {
      return true;
    } else {
      this.router.navigate(['/404']);
      return false;
    }
  }
}

最后,创建一个404组件,用于显示404页面。

import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-page-not-found',
  templateUrl: './page-not-found.component.html',
  styleUrls: ['./page-not-found.component.scss']
})
export class PageNotFoundComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}

这样就可以正确地将嵌套路由重定向到404页面了。

相关内容

热门资讯

实测必看!hhpoker透视工... 实测必看!hhpoker透视工具(辅助挂)确实存在有挂(有挂详细)在进入hhpoker透视工具软件靠...
技术分享!拱趴大菠萝万能挂图解... 技术分享!拱趴大菠萝万能挂图解(辅助挂)真是是有挂(有挂存在)1、拱趴大菠萝万能挂图解免费辅助多个强...
一分钟带你了解!pokemmo... 一分钟带你了解!pokemmo手机脚本辅助器(辅助挂)切实是有挂(有挂助手)1、许多玩家不知道pok...
我来教大家!xpoker辅助控... 我来教大家!xpoker辅助控制(辅助挂)总是真的有挂(有挂存在)xpoker辅助控制能透视中分为三...
热点推荐!wepoker轻量版... 您好,wepoker轻量版透视系统这款游戏可以开挂的,确实是有挂的,需要了解加去威信【1367043...
程序员教你!wepoker透视... 程序员教你!wepoker透视辅助下载(辅助挂)切实真的有挂(有挂辅助)1、全新机制【wepoker...
玩家必备教程!wepoker开... 玩家必备教程!wepoker开辅助能查到吗(辅助挂)一直真的有挂(真的有挂)一、wepoker开辅助...
玩家必备教程!wepoker游... 玩家必备教程!wepoker游戏安装教程(辅助挂)确实真的是有挂(有挂规律)1、首先打开wepoke...
实测必看!wepoker透视脚... 实测必看!wepoker透视脚本免费(辅助挂)总是真的有挂(有挂秘笈)1.wepoker透视脚本免费...
教程攻略!竞技联盟辅助插件(辅... 教程攻略!竞技联盟辅助插件(辅助挂)好像是有挂(果真有挂)1、下载好竞技联盟辅助插件脚本下载之后点击...