UNPKG

@delon/acl

Version:

A simple role-based access control.

8 lines (7 loc) 234 B
/** * [ACL](https://ng-alain.com/acl/control) 使用 `display: none` 隐藏未授权元素 * [ACL](https://ng-alain.com/acl/control) Hides the unauthorized element with `display: none` */ .acl__hide { display: none !important; }