Angular 2与NgRx
创始人
2024-10-15 17:01:09
0

要解决Angular 2与NgRx的问题,可以按照以下步骤进行:

  1. 首先,确保您已经安装了Angular CLI,并使用它创建了一个新的Angular项目。您可以使用以下命令安装Angular CLI:
npm install -g @angular/cli

然后,使用以下命令创建一个新的Angular项目:

ng new my-project
  1. 安装NgRx库。在项目文件夹中运行以下命令:
npm install --save @ngrx/store
  1. 创建一个新的Action。在项目文件夹中创建一个名为counter.actions.ts的新文件,并添加以下内容:
import { createAction, props } from '@ngrx/store';

export const increment = createAction('[Counter] Increment');
export const decrement = createAction('[Counter] Decrement');
export const reset = createAction('[Counter] Reset');
  1. 创建一个新的Reducer。在项目文件夹中创建一个名为counter.reducer.ts的新文件,并添加以下内容:
import { createReducer, on } from '@ngrx/store';
import { increment, decrement, reset } from './counter.actions';

export const initialState = 0;

export const counterReducer = createReducer(
  initialState,
  on(increment, (state) => state + 1),
  on(decrement, (state) => state - 1),
  on(reset, () => initialState)
);
  1. 在主模块中注册Reducer。打开app.module.ts文件,并添加以下内容:
import { StoreModule } from '@ngrx/store';
import { counterReducer } from './counter.reducer';

@NgModule({
  imports: [
    StoreModule.forRoot({ count: counterReducer })
  ],
  // ...
})
export class AppModule { }
  1. 在组件中使用Store。打开app.component.ts文件,并添加以下内容:
import { Component } from '@angular/core';
import { Store, select } from '@ngrx/store';
import { increment, decrement, reset } from './counter.actions';

@Component({
  selector: 'app-root',
  template: `
    
    
Current Count: {{ count$ | async }}
`, }) export class AppComponent { count$ = this.store.pipe(select('count')); constructor(private store: Store<{ count: number }>) {} increment() { this.store.dispatch(increment()); } decrement() { this.store.dispatch(decrement()); } reset() { this.store.dispatch(reset()); } }
  1. 运行应用程序。使用以下命令在浏览器中启动应用程序:
ng serve

这样,您就可以在浏览器中看到一个简单的计数器,并使用NgRx进行状态管理。点击按钮时,计数器的值会增加、减少或重置。

相关内容

热门资讯

终于懂了!wepoker辅助器... 终于懂了!wepoker辅助器有哪些功能,哈糖大菠萝软件下载,解说技巧(有挂方法);实战中需综合运用...
科普攻略!hhpoker有作弊... 科普攻略!hhpoker有作弊的吗,拱趴大菠萝万能辅助器,曝光教程(有挂透视);建议优先通过拱趴大菠...
专业讨论!aapoker透视脚... 专业讨论!aapoker透视脚本下载,wepoker透视有吗,详细教程(有挂透明)是一款可以让一直输...
记者揭秘!佛手大菠萝辅助,we... 记者揭秘!佛手大菠萝辅助,wepoker辅助软件视频,德州论坛(有挂辅助);实战中需综合运用上述技巧...
新手必备!竞技联盟破解版最新版... 1、新手必备!竞技联盟破解版最新版,wepoker到底有没有透视,切实教程(有挂透明);详细教程。2...
总算了解!智星德州可以透视吗,... 总算了解!智星德州可以透视吗,sohoo辅助,分享教程(有挂方法);《WPK辅助透视》‌:支持手机实...
今日头条!拱趴大菠萝怎么开挂,... 今日头条!拱趴大菠萝怎么开挂,德普之星辅助器,AA德州教程(有挂神器);1.拱趴大菠萝怎么开挂 ai...
记者揭秘!aapoker怎么控... 1、记者揭秘!aapoker怎么控制牌,we-poker软件,必胜教程(有挂软件)。2、aapoke...
让我来分享经验!pokemmo... 让我来分享经验!pokemmo辅助器脚本下载,aa poker透视软件,透明挂教程(有挂技巧);po...
一起来讨论!佛手在线是不是有挂... 一起来讨论!佛手在线是不是有挂,wepoker透视脚本是什么,细节揭秘(有挂方法);最新版2024是...