Angular路由器。在子组件之间保持状态,响应用户输入。
创始人
2024-10-28 03:33:32
0

要在Angular路由器中保持状态并响应用户输入,可以使用路由器的参数传递和订阅机制。下面是一个示例解决方法:

  1. 配置路由器:

    // app-routing.module.ts
    import { NgModule } from '@angular/core';
    import { Routes, RouterModule } from '@angular/router';
    import { HomeComponent } from './home.component';
    import { ChildComponent } from './child.component';
    
    const routes: Routes = [
      { path: '', component: HomeComponent },
      { path: 'child/:id', component: ChildComponent }
    ];
    
    @NgModule({
      imports: [RouterModule.forRoot(routes)],
      exports: [RouterModule]
    })
    export class AppRoutingModule { }
    
  2. 在父组件中定义一个共享状态的服务:

    // state.service.ts
    import { Injectable } from '@angular/core';
    import { Subject } from 'rxjs';
    
    @Injectable({
      providedIn: 'root'
    })
    export class StateService {
      private stateSource = new Subject();
      state$ = this.stateSource.asObservable();
    
      setState(state: string) {
        this.stateSource.next(state);
      }
    }
    
  3. 在父组件中订阅状态的变化,并在用户输入时更新状态:

    // home.component.ts
    import { Component } from '@angular/core';
    import { StateService } from './state.service';
    
    @Component({
      selector: 'app-home',
      template: `
        

    Home Component

    ` }) export class HomeComponent { state: string; constructor(private stateService: StateService) {} updateState() { this.stateService.setState(this.state); } }
  4. 在子组件中订阅状态的变化,并在状态变化时更新视图:

    // child.component.ts
    import { Component, OnDestroy } from '@angular/core';
    import { ActivatedRoute } from '@angular/router';
    import { StateService } from './state.service';
    import { Subscription } from 'rxjs';
    
    @Component({
      selector: 'app-child',
      template: `
        

    Child Component

    Parent state: {{ parentState }}

    Child state: {{ childState }}

    ` }) export class ChildComponent implements OnDestroy { parentState: string; childState: string; private stateSubscription: Subscription; constructor( private route: ActivatedRoute, private stateService: StateService ) { this.parentState = this.route.snapshot.paramMap.get('id'); this.stateSubscription = this.stateService.state$.subscribe((state) => { this.childState = state; }); } ngOnDestroy() { this.stateSubscription.unsubscribe(); } }

这样,当用户在父组件中输入文本时,状态会被更新并通过服务传递给子组件,子组件会相应地更新视图。

相关内容

热门资讯

玩家实测!wepoker有辅助... 玩家实测!wepoker有辅助插件吗,wepoker透视脚本是什么,切实真的是有挂(有挂总结)1、打...
科普分享!wpk可以作弊吗,h... 科普分享!wpk可以作弊吗,hhpoker德州有挂吗,原来是有挂(有人有挂)1、进入到是否有挂之后,...
玩家必看科普!wepoker手... 玩家必看科普!wepoker手机插件,hhpkoer辅助器视频,原来真的有挂(有挂讲解)1、用户打开...
玩家必看秘籍!wpk真吗,we... 玩家必看秘籍!wpk真吗,we poker免费辅助器,其实真的有挂(有挂技巧)1、有没有辅助教程、有...
玩家必看攻略!fishpoke... 玩家必看攻略!fishpoker透视,德普辅助app,竟然真的是有挂(有挂实锤)1、玩家可以在透视最...
实操分享!aapoker透视怎... 实操分享!aapoker透视怎么用,wepoker免费脚本,原来是真的有挂(有挂助手)1、进入游戏-...
我来教教你!hhpoker有后... 我来教教你!hhpoker有后台操控吗,wepoker透视最简单三个步骤,都是有挂(有挂方略)所有人...
必备教程!aapoker破解侠... 必备教程!aapoker破解侠是真的吗,微扑克游戏辅助器,切实是有挂(有挂功能)1)有没有挂:进一步...
玩家必看科普!微扑克辅助,we... 玩家必看科普!微扑克辅助,wepoker辅助器最新版本更新内容,都是是有挂(竟然有挂)1、进入到we...
最新技巧!aapoker辅助器... 最新技巧!aapoker辅助器怎么用,aapoker脚本,好像是真的有挂(有挂方式)亲,关键说明,透...