Skip to content

Commit 878acd1

Browse files
authored
docs(readme): add NgModule to import example
1 parent 58fff90 commit 878acd1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ Import the ```NgsgModule``` in your ```AppModule```.
3030
```
3131
import {NgsgModule} from 'ng-sortgrid'
3232
...
33-
imports: [BrowserModule, NgsgModule],
33+
@NgModule({
34+
imports: [BrowserModule, NgsgModule],
35+
//...
36+
})
3437
...
3538
```
3639

0 commit comments

Comments
 (0)