Comparing version 0.4.10 to 0.4.11
{ | ||
"name": "ng2-pipes", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"author": "Dan Revah", | ||
@@ -5,0 +5,0 @@ "description": "Useful angular2 pipes", |
@@ -267,3 +267,3 @@ # Angular2 Pipes | ||
```html | ||
<li *ngFor="let item of items | intersection: [1, 2]: [3, 6]"> <!-- Array: [1, 2, 3] --> | ||
<li *ngFor="let item of items | intersection: [1, 2, 3]: [3, 6]"> <!-- Array: [3] --> | ||
``` | ||
@@ -270,0 +270,0 @@ |
238385