UNPKG

@delon/acl

Version:

A simple role-based access control.

27 lines (15 loc) 1.32 kB
# @delon/acl [![CI](https://github.com/ng-alain/delon/actions/workflows/ci.yml/badge.svg)](https://github.com/ng-alain/delon/actions/workflows/ci.yml) [![Codecov](https://img.shields.io/codecov/c/github/ng-alain/delon.svg?style=flat-square)](https://codecov.io/gh/ng-alain/delon) [![NPM version](https://img.shields.io/npm/v/@delon/acl.svg?style=flat-square)](https://www.npmjs.com/package/@delon/acl) A simple role-based access control. ## Links + [Document](https://ng-alain.com/acl) ([Surge Mirror](https://ng-alain-doc.surge.sh/acl) + [@delon Source](https://github.com/ng-alain/delon) + [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture ![Architecture](https://raw.githubusercontent.com/ng-alain/delon/master/_screenshot/architecture.png) ## Troubleshooting Please follow this guidelines when reporting bugs and feature requests: 1. Use [GitHub Issues](https://github.com/ng-alain/delon/issues) board to report bugs and feature requests (not our email address) 2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it. Thanks for understanding! ### License The MIT License (see the [LICENSE](https://github.com/ng-alain/delon/blob/master/LICENSE) file for the full text)