AngularNgrx-在dispatch操作时,Effects没有被调用。
创始人
2024-10-28 17:01:19
0

这可能是由于在dispatch前未注入Effect源或在提供程序中未正确声明导致的。以下是一个示例:

在您的模块中引入Effects和Store模块:

import { EffectsModule } from '@ngrx/effects'; import { StoreModule } from '@ngrx/store';

@NgModule({ imports: [ StoreModule.forRoot({}), EffectsModule.forRoot([]), ... ], ... })

在您的组件或服务文件中,创建一个action并使用dispatch将其发送到store:

import { MyAction } from '../store/my-action.actions'; import { Store } from '@ngrx/store';

constructor(private store: Store) {}

triggerAction() { this.store.dispatch(new MyAction()); }

在您的Effect中,监听您的Action并执行所需的操作:

import { Injectable } from '@angular/core'; import { Actions, Effect, ofType } from '@ngrx/effects'; import { MyAction } from '../store/my-action.actions'; import { tap } from 'rxjs/operators';

@Injectable() export class MyEffect { @Effect({dispatch: false}) myAction$ = this.actions$.pipe( ofType(MyAction), tap(() => console.log('MyAction was dispatched!')) );

constructor(private actions$: Actions) {}

}

确认在提供程序中正确声明effect:

import { EffectsModule } from '@ngrx/effects'; import { MyEffect } from './my-effect.effects';

@NgModule({ imports: [ ... EffectsModule.forFeature([MyEffect]), ... ], declarations: [...], providers: [ MyEffect, ... ] })

这些步骤应该能够使Effects在dispatch操作时被正确调用。

相关内容

热门资讯

教程辅助!wepoker辅助挂... 教程辅助!wepoker辅助挂多功能透视工具,其实真的是有挂(了解有挂)1、wepoker模拟器是什...
玩家科普!AAPoKer辅助挂... 您好,AAPoKer这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多玩家...
玩家必用!wpk辅助挂多功能透... 玩家必用!wpk辅助挂多功能透视工具,竟然真的有挂(有挂秘诀)1、很好的工具软件,可以解锁游戏的wp...
我来分享!德普之星辅助挂多功能... 我来分享!德普之星辅助挂多功能透视工具,一直有挂(有挂助手)德普之星破解侠是真的助透视。每个模型中均...
玩家必看攻略!德普之星辅助挂多... 玩家必看攻略!德普之星辅助挂多功能透视工具,竟然存在有挂(确实有挂)1、许多玩家不知道德普之星辅助怎...
我来分享!德扑圈辅助挂多功能透... 我来分享!德扑圈辅助挂多功能透视工具,一贯是真的有挂(有挂方式)1、下载好德扑圈透视辅助下载之后点击...
一起来探讨!wepoker辅助... 一起来探讨!wepoker辅助挂多功能透视工具,总是存在有挂(有挂分析)1、玩家可以在wepoker...
盘点一款!红龙poker辅助挂... 盘点一款!红龙poker辅助挂多功能透视工具,好像真的有挂(有挂解惑)1、让任何用户在无需红龙pok...
程序员教你!AAPoKer辅助... 程序员教你!AAPoKer辅助挂多功能透视工具,都是是有挂(有挂方针)暗藏猫腻,小编详细说明AAPo...
分享个大家!微扑克辅助挂多功能... 分享个大家!微扑克辅助挂多功能透视工具,原来是真的有挂(真的有挂)1、用户打开应用后不用登录就可以直...