Skip to content

Commit 58fff90

Browse files
authored
docs(README): document how to import NgsgModule
1 parent c9d3359 commit 58fff90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ npm i -s ng-sortgrid
2828
Import the ```NgsgModule``` in your ```AppModule```.
2929

3030
```
31+
import {NgsgModule} from 'ng-sortgrid'
3132
...
3233
imports: [BrowserModule, NgsgModule],
3334
...

0 commit comments

Comments
 (0)