An open API service indexing awesome lists of open source software.

https://github.com/xbranch/ngx-security

Angular security module
https://github.com/xbranch/ngx-security

angular guards permissions roles security

Last synced: 13 days ago
JSON representation

Angular security module

Awesome Lists containing this project

README

          

# NgxSecurity

Angular security modules

## Modules

- [@ngx-security/core](projects/core)
- [@ngx-security/roles](projects/roles)
- [@ngx-security/permissions](projects/permissions)
- [@ngx-security/auth](projects/auth)

## Development

### Docs preview

```shell script
npm run start
```

### Build modules

```shell script
npm run build:lib
```

### Release new version

Release new patch version

```shell script
npm run release
```

Release new major version

```shell script
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`](LICENSE).