ngx-nested-ellipsis
Advanced tools
Comparing version
{ | ||
"name": "ngx-nested-ellipsis", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Nested multiline html with ellipsis for angular 12+", | ||
@@ -13,4 +13,4 @@ "author": "Florian Lentsch", | ||
"peerDependencies": { | ||
"@angular/common": ">=12.0.0 <18.0.0", | ||
"@angular/core": ">=12.0.0 <18.0.0" | ||
"@angular/common": ">=12.0.0 <19.0.0", | ||
"@angular/core": ">=12.0.0 <19.0.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "dependencies": { |
@@ -34,2 +34,6 @@ # ngx-nested-ellipsis | ||
### Note | ||
If you're using the new angular [standalone components/directives/pipes](https://blog.angular-university.io/angular-standalone-components/) in your project (available since angular 16), you'll need to add `NestedEllipsisModule` to each consuming components' imports instead. | ||
## Usage | ||
@@ -36,0 +40,0 @@ |
182772
0.16%91
4.6%