ngrx-auth:用于向NgRx项目添加身份验证的示例代码

时间:2024-06-06 02:29:35
【文件属性】:

文件名称:ngrx-auth:用于向NgRx项目添加身份验证的示例代码

文件大小:124KB

文件格式:ZIP

更新时间:2024-06-06 02:29:35

TypeScript

ngrx身份验证 这是Auth0教程NgRx的示例代码。 该项目是使用版本6.1.5生成的。 教程和博客文章最初出现在Auth0的博客中: 入门 首先,请克隆存储库,安装依赖项,并检查“ Starting point”提交,以遵循本教程。 git clone https://github.com/auth0-blog/ngrx-auth.git cd ngrx-auth npm install git checkout 23c1b25 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|clas


【文件预览】:
ngrx-auth-master
----.gitignore(503B)
----e2e()
--------src()
--------tsconfig.e2e.json(213B)
--------protractor.conf.js(752B)
----package.json(2KB)
----tslint.json(3KB)
----package-lock.json(362KB)
----src()
--------app()
--------tslint.json(314B)
--------karma.conf.js(964B)
--------assets()
--------tsconfig.spec.json(256B)
--------main.ts(370B)
--------test.ts(642B)
--------tsconfig.app.json(211B)
--------environments()
--------index.html(308B)
--------favicon.ico(5KB)
--------styles.scss(341B)
--------browserslist(388B)
--------polyfills.ts(3KB)
----tsconfig.json(459B)
----angular.json(4KB)
----README.md(4KB)
----.editorconfig(245B)

网友评论