Angular路由器找不到子路由。
创始人
2024-10-28 03:33:14
0

在Angular应用程序中,当我们使用子路由时,有时可能会遇到"Angular router not finding child route"的问题。原因可能是我们在路由的配置中未正确配置子路由。

下面是一个示例代码,通过配置子路由,可以解决这个问题:

// app-routing.module.ts

import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router';

import { HomeComponent } from './home/home.component'; import { AboutComponent } from './about/about.component'; import { ContactComponent } from './contact/contact.component'; import { ProductsComponent } from './products/products.component'; import { ProductDetailsComponent } from './product-details/product-details.component';

const routes: Routes = [ { path: 'home', component: HomeComponent }, { path: 'about', component: AboutComponent }, { path: 'contact', component: ContactComponent }, { path: 'products', component: ProductsComponent, children: [ { path: ':id', component: ProductDetailsComponent } ] }, { path: '', redirectTo: '/home', pathMatch: 'full' }, { path: '**', redirectTo: '/home', pathMatch: 'full' } ];

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

在上面的代码中,我们在产品路由中定义了子路由,并指定了子路由的路径。下面是产品组件和产品详情组件的示例代码:

// products.component.ts

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

@Component({ selector: 'app-products', templateUrl: './products.component.html', styleUrls: ['./products.component.css'] }) export class ProductsComponent implements OnInit { constructor() {}

ngOnInit() {} }

// product-details.component.ts

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

@Component({ selector: 'app-product-details', templateUrl: './product-details.component.html', styleUrls: ['./product-details.component.css'] }) export class ProductDetailsComponent implements OnInit { productId: string;

constructor(private route: ActivatedRoute) {}

ngOnInit() { this.route.params.subscribe(params => { this.productId = params['id']; }); } }

在上面的代码中,我们使用了Angular的内置ActivatedRoute服务来获取路由参数。

通过以上步骤,我们就能够正确地使用子路由,避免了"Angular router not finding child route"的问题。

相关内容

热门资讯

第四分钟了解!游戏辅助制作器!... 第四分钟了解!游戏辅助制作器!竟然一直都是有辅助攻略(有挂方针)-哔哩哔哩1、进入游戏-大厅左侧-新...
四分钟了解!微信开发辅助工具!... 四分钟了解!微信开发辅助工具!总是真的是有辅助脚本(证实有挂)-哔哩哔哩1、下载好微信开发辅助工具透...
七分钟了解!奇迹陕西游戏辅助!... 七分钟了解!奇迹陕西游戏辅助!其实一直总是有辅助app(有挂实锤)-哔哩哔哩1、下载好奇迹陕西游戏辅...
第6分钟了解!决战十三水免费辅... 第6分钟了解!决战十三水免费辅助!切实真的是有辅助工具(有挂讲解)-哔哩哔哩1)决战十三水免费辅助免...
一分钟了解!广东雀神祈福真的有... 一分钟了解!广东雀神祈福真的有用挂!其实真的有辅助插件(有挂秘诀)-哔哩哔哩1、该软件可以轻松地帮助...
第8分钟了解!堆金城陕西辅助器... 第8分钟了解!堆金城陕西辅助器!确实真的是有辅助方法(有挂解密)-哔哩哔哩1、下载好堆金城陕西辅助器...
第7分钟了解!心悦海南苹果版辅... 第7分钟了解!心悦海南苹果版辅助!总是一直总是有辅助脚本(有挂辅助)-哔哩哔哩1、心悦海南苹果版辅助...
第9分钟了解!中至余干六副里!... 第9分钟了解!中至余干六副里!切实是有辅助方法(有挂神器)-哔哩哔哩1、很好的工具软件,可以解锁游戏...
第9分钟了解!老友麻将辅助器!... 第9分钟了解!老友麻将辅助器!其实一直都是有辅助软件(有挂功能)-哔哩哔哩1、下载好老友麻将辅助器透...
第八分钟了解!丫丫老陕开挂!真... 第八分钟了解!丫丫老陕开挂!真是真的是有辅助方法(确实有挂)-哔哩哔哩丫丫老陕开挂能透视中分为三种模...