项目作者: xbranch

项目描述 :
Angular security module
高级语言: TypeScript
项目地址: git://github.com/xbranch/ngx-security.git
创建时间: 2018-09-03T21:46:30Z
项目社区:https://github.com/xbranch/ngx-security

开源协议:MIT License

下载


NgxSecurity

Angular security modules

Modules

Development

Docs preview

```shell script
npm run start

  1. ### Build modules
  2. ```shell script
  3. npm run build:lib

Release new version

Release new patch version

```shell script
npm run release

  1. Release new major version
  2. ```shell script
  3. npm run release:major

Publish released version

  1. checkout tag or master
  2. build library npm run build:lib
  3. publish each module
    1. npm run publish:core
    2. npm run publish:roles
    3. npm run publish:permissions
    4. npm run publish:auth

License

This project is released under the MIT license, which can be found in LICENSE.