gpt4 book ai didi

angular - routerLink 在 Angular 6 中不起作用

转载 作者:太空狗 更新时间:2023-10-29 17:21:40 25 4
gpt4 key购买 nike

我正在学习 Angular 6

我将我的应用程序结构设计为具有以下结构的层次结构。

my_app
|- src
|- app
|- layout
|- admin-layout
|- admin-layout.module.ts
|- admin-layout.routing.ts
|- admin-layout.component.html
|- contacts
|- contact-list
|- contact-list.component.ts
|- contact-list.component.html
|- contacts.module.ts
|- transaction
|- amount-given
|- amount-given-list
|- amount-given-list.component.ts
|- amount-given-list.component.html
|- amount-given.module.ts
|- amount-given.routing.ts
|- amount-given.service.ts
|- transaction.module.ts
|- transaction.routing.ts
|- app.module.ts
|- app.component.html
|- app-routing.module.ts

源代码和演示插图可以在这里找到: https://stackblitz.com/edit/angular-wcglvr

<a routerLink="/dashboard">Dashboard</a>

正在使用 /transaction/amount-given/amount-given-list/ 但不是来自 /contacts/contact-list

由于源代码比较长且层次分明,我在stackblitz上添加了演示图。

最佳答案

您还没有在 ContactsModule 中导入 RouterModule

import {RouterModule} from '@angular/router';

@NgModule({
imports: [
RouterModule
],

关于angular - routerLink 在 Angular 6 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51859992/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com