Skip to content

Commit e325ebc

Browse files
committed
docs(asyncpipe): adjust README
1 parent 1951337 commit e325ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Import the ```NgsgModule``` in your ```AppModule```.
2929
```
3030

3131
## Apply the directive
32-
Loop over your elements with *ngFor. 🛎️ the items needs to be an array.
32+
Loop over your elements with *ngFor. 🛎️ the items needs to be an array. Alternate you can also use the async pipe to pass in your items.
3333

3434
![Grid demo](https://raw.githubusercontent.com/kreuzerk/ng-sortgrid/master/projects/ng-sortgrid-demo/src/assets/gs1.png)
3535

0 commit comments

Comments
 (0)