Angular 17在开发环境中不接受带有点号(.)的路径,它会直接抛出404错误。
创始人
2024-10-15 13:00:46
0

在Angular 17中,如果路径中包含点号(.),它会被认为是一个文件扩展名,因此开发服务器会尝试查找相应的文件。如果找不到该文件,就会抛出404错误。为了解决这个问题,你可以使用一个特殊的路由配置来处理这种情况。

首先,在你的路由配置文件中,将以下代码添加到最后一个路由之前:

{ path: '**', redirectTo: '/not-found' }

这个路由会匹配所有的路径,如果之前的路由都找不到匹配的路径,就会重定向到/not-found路径。

接下来,在你的组件中,创建一个名为NotFoundComponent的组件,用于显示404错误页面。你可以在app文件夹中创建一个not-found文件夹,并在其中创建一个not-found.component.ts文件。在这个文件中,编写以下代码:

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

@Component({
  selector: 'app-not-found',
  template: `
    

404 - Not Found

The requested URL was not found on this server.

`, styles: [ ` h1 { color: red; } ` ] }) export class NotFoundComponent {}

这个组件会显示一个标题为"404 - Not Found"的红色文本,并显示一条消息,指示请求的URL在服务器上找不到。

最后,在你的模块文件中,将NotFoundComponent添加到declarationsexports数组中。例如,如果你的模块文件是app.module.ts,则添加以下代码:

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { RouterModule } from '@angular/router';

import { AppComponent } from './app.component';
import { NotFoundComponent } from './not-found/not-found.component';

@NgModule({
  declarations: [
    AppComponent,
    NotFoundComponent
  ],
  imports: [
    BrowserModule,
    RouterModule.forRoot([
      // 路由配置...
      { path: '**', redirectTo: '/not-found' }
    ])
  ],
  exports: [
    RouterModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

现在,当Angular无法找到路径时,它会重定向到/not-found路径,显示404错误页面。

请确保在你的开发环境中重新启动Angular应用程序,以使更改生效。

相关内容

热门资讯

透视插件!闲逸辅助软件下载(辅... 透视插件!闲逸辅助软件下载(辅助)决战卡五星辅助源码(一直真的有挂)-哔哩哔哩1、决战卡五星辅助源码...
透视app!hhpoker怎么... 透视app!hhpoker怎么破解(透视)HH平台挂(好像真的有透视)-哔哩哔哩进入游戏-大厅左侧-...
透视脚本!新畅游互娱科技(辅助... 透视脚本!新畅游互娱科技(辅助)新道游房间(切实一直都是有透视)-哔哩哔哩1、起透看视 新畅游互娱科...
透视工具!混沌休闲有没有挂(辅... 透视工具!混沌休闲有没有挂(辅助)胡乐麻将辅助(果然存在有挂)-哔哩哔哩1.混沌休闲有没有挂 选牌创...
透视教程!wepoker辅助透... 透视教程!wepoker辅助透视(透视)we-poker软件(确实真的是有辅助器)-哔哩哔哩1、在w...
透视工具!wepoker手机版... 透视工具!wepoker手机版辅助(透视)wepoker黑侠辅助器(确实真的有挂)-哔哩哔哩1、该软...
透视神器!花花生活圈怎么开挂(... 透视神器!花花生活圈怎么开挂(辅助)掌中乐辅助(一直有挂)-哔哩哔哩1、用户打开应用后不用登录就可以...
透视软件!wepoker透视有... 透视软件!wepoker透视有吗(透视)poker world辅助(果然一直都是有挂)-哔哩哔哩一、...
透视插件!wepoker透视辅... 透视插件!wepoker透视辅助下载(透视)wepoker辅助分析器(都是是有辅助器)-哔哩哔哩we...
透视app!wepoker黑侠... 透视app!wepoker黑侠辅助器正版下载(透视)wepokerplus透视脚本免费(都是一直总是...