diff --git a/README.md b/README.md index dfc31d5..9b5c0f3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Import the ```NgsgModule``` in your ```AppModule```. ``` ## Apply the directive -Loop over your elements with *ngFor. 🛎️ the items needs to be an array. +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. ![Grid demo](https://raw.githubusercontent.com/kreuzerk/ng-sortgrid/master/projects/ng-sortgrid-demo/src/assets/gs1.png) diff --git a/projects/ng-sortgrid-demo/src/app/app.component.html b/projects/ng-sortgrid-demo/src/app/app.component.html index ae7c632..94c3ff7 100644 --- a/projects/ng-sortgrid-demo/src/app/app.component.html +++ b/projects/ng-sortgrid-demo/src/app/app.component.html @@ -3,7 +3,7 @@

1. Getting started

- + @@ -22,6 +22,11 @@

3. Group sortgrids

one group in another group.

+ +
+

4. Use the async pipe

+ +