@casl/angular
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -5,2 +5,9 @@ # Change Log | ||
## [4.1.4](https://github.com/stalniy/casl/compare/@casl/angular@4.1.3...@casl/angular@4.1.4) (2020-06-09) | ||
### Bug Fixes | ||
* **docs:** ensure README and docs for all packages are in sync ([8df3684](https://github.com/stalniy/casl/commit/8df3684b139de0af60c9c37f284a5028ffbf2224)), closes [#338](https://github.com/stalniy/casl/issues/338) | ||
## [4.1.3](https://github.com/stalniy/casl/compare/@casl/angular@4.1.2...@casl/angular@4.1.3) (2020-06-08) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@casl/angular", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Angular module for CASL which makes it easy to add permissions in any Angular app", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd/index.js", |
@@ -1,3 +0,7 @@ | ||
# CASL Angular [![@casl/angular NPM version](https://badge.fury.io/js/%40casl%2Fangular.svg)](https://badge.fury.io/js/%40casl%2Fangular) [![](https://img.shields.io/npm/dm/%40casl%2Fangular.svg)](https://www.npmjs.com/package/%40casl%2Fangular) [![CASL Join the chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/stalniy-casl/casl) | ||
# CASL Angular | ||
[![@casl/angular NPM version](https://badge.fury.io/js/%40casl%2Fangular.svg)](https://badge.fury.io/js/%40casl%2Fangular) | ||
[![](https://img.shields.io/npm/dm/%40casl%2Fangular.svg)](https://www.npmjs.com/package/%40casl%2Fangular) | ||
[![CASL Join the chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/stalniy-casl/casl) | ||
This package allows to integrate `@casl/ability` with [Angular] application. It provides `AblePipe` and **deprecated** `CanPipe` to Angular templates, so you can show or hide components, buttons, etc based on user ability to see them. | ||
@@ -40,3 +44,3 @@ | ||
> Read [CASL and TypeScript](../../advanced/typescript) to get more details about `Ability` type configuration. | ||
> Read [CASL and TypeScript](https://stalniy.github.io/casl/v4/en/advanced/typescript) to get more details about `Ability` type configuration. | ||
@@ -88,3 +92,3 @@ ## Update Ability instance | ||
> See [Define rules](../../guide/define-rules) to get more information of how to define `Ability` | ||
> See [Define rules](https://stalniy.github.io/casl/v4/en/guide/define-rules) to get more information of how to define `Ability` | ||
@@ -234,3 +238,3 @@ Then use this `Session` service in `LoginComponent`: | ||
> See [Support CASL](../../support-casljs) for details | ||
> See [Support CASL](https://stalniy.github.io/casl/v4/en/support-casljs) for details | ||
@@ -237,0 +241,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70547
244