# ngrx **Repository Path**: lxhjh2015/ngrx ## Basic Information - **Project Name**: ngrx - **Description**: 这是一个学习项目,基于angular 11+ngrx来实现一个用户管理的功能。通过实现这样一个功能,来掌握angular ngrx的一系列用法。 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2023-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ngrx入门 这是ngrx入门第一步,基本框架搭建 ## 1、克隆工程 git clone -b step3 https://gitee.com/lxhjh2015/ngrx.git myngrx myngrx 为工程名称 ## 2、安装包 cd myngrx npm install ## 运行 ng serve --open