Skip to content

xbranch/ngx-security

Repository files navigation

NgxSecurity

Angular security modules

Modules

Development

Docs preview

npm run start

Build modules

npm run build:lib

Release new version

Release new patch version

npm run release

Release new major version

npm run release:major

Publish released version

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

License

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