文件名称:angular-user-authentication:通过 Angular.js 应用程序的 API 对用户进行身份验证
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-16 12:28:48
JavaScript
Angular.js 用户认证 通过 Angular.js 应用程序的 API 对用户进行身份验证。 如何使用它 安装 bower install angular-user-authentication --save 用法 在您的应用程序中包含 .js(或 .min.js)。 < script src =" components/angular-user-authentication/angular-user-authentication.js " > </ script > 将模块davestone.userAuthentication作为依赖项添加到您的应用程序模块: angular . module ( 'myApp' , [ 'davestone.userAuthentication' ] ) ; 并配置提供程序。 这是一个示例,并附有注释说明: . config
【文件预览】:
angular-user-authentication-master
----bower.json(688B)
----angular-user-authentication.js(7KB)
----angular-user-authentication.min.js(3KB)
----.travis.yml(161B)
----LICENSE.md(1KB)
----README.md(4KB)
----.gitignore(58B)
----karma.conf.js(562B)
----angular-user-authentication-spec.js(209B)
----package.json(991B)