ngx-redux-ui-management-recipes:在Angular中使用Redux管理应用程序的UI布局的食谱

时间:2024-05-22 10:16:27
【文件属性】:

文件名称:ngx-redux-ui-management-recipes:在Angular中使用Redux管理应用程序的UI布局的食谱

文件大小:136KB

文件格式:ZIP

更新时间:2024-05-22 10:16:27

redux ngrx angular2 angular4 angular-cli

使用Angular和Redux管理应用程序UI布局的食谱 成为应用程序的UI状态的主人。 此存储库包含有关如何通过Redux控制Angular应用程序UI的示例。 以开始使用 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用-prod标志进行生产构建。 进一步的帮助 要获得有关Angular CLI的更多帮助,请使用ng help或查看 。


【文件预览】:
ngx-redux-ui-management-recipes-master
----.gitignore(508B)
----e2e()
--------app.e2e-spec.ts(368B)
--------app.po.ts(227B)
--------tsconfig.e2e.json(352B)
----package.json(2KB)
----tslint.json(3KB)
----src()
--------app()
--------assets()
--------tsconfig.spec.json(439B)
--------main.ts(330B)
--------test.ts(1KB)
--------tsconfig.app.json(397B)
--------environments()
--------index.html(309B)
--------favicon.ico(5KB)
--------styles.css(82B)
--------typings.d.ts(98B)
--------polyfills.ts(2KB)
----karma.conf.js(1KB)
----yarn-error.log(188KB)
----LICENSE(1KB)
----tsconfig.json(309B)
----README.md(859B)
----.angular-cli.json(1KB)
----protractor.conf.js(756B)
----.editorconfig(245B)
----yarn.lock(175KB)

网友评论