文件名称:ngrx-entity-schematic:快速搭建NgRx实体的角度示意图
文件大小:282KB
文件格式:ZIP
更新时间:2024-06-06 02:33:49
angular ngrx schematic entity schematics
NgRx实体示意图 Angular示意图,用于通过操作,效果,缩减器,模型,服务和通过规格快速构建NgRx实体。 如何使用 在项目中安装必要的NgRx实体库 yarn add @ngrx/{effects,entity,router-store,store,store-devtools} ngrx-store-freeze yarn add -D jasmine-marbles 运行原理图 ng add @briebug/ngrx-entity-schematic 这将把原理图添加为项目依赖项(如果尚未添加),并提供配置提示。 实体名称 提供的ENTITY名称应为驼峰式或反斜线( customerOrder || customer-order ) 可选-使用内联选项运行原理图 ng add @briebug/ngrx-entity-schematic ENTITY 在特定的相对路径下
【文件预览】:
ngrx-entity-schematic-master
----.nvmrc(4B)
----package.json(2KB)
----.github()
--------ISSUE_TEMPLATE()
----sandbox-app()
--------package.json(2KB)
--------tslint.json(3KB)
--------angular.json(4KB)
--------package-lock.json(380KB)
--------src()
--------tsconfig.json(481B)
--------e2e()
--------yarn.lock(213KB)
----src()
--------ngrx-entity()
--------collection.json(468B)
----.npmignore(254B)
----tsconfig.json(627B)
----.gitignore(571B)
----README.md(7KB)
----yarn.lock(234KB)
----.editorconfig(245B)
----.vscode()
--------launch.json(416B)