Skip to content

Commit 49a9540

Browse files
authored
Merge pull request #25 from salamaashoush/master
fix: add angular page to sidebar
2 parents 01c2ad7 + ae4615c commit 49a9540

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/integrations/angular.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Finally don't forget to add gridjs theme in your index.html
9292

9393
- You can pass all Grid.js events as outputs with a little difference `load` event renamed to `beforeLoad`. See [Grid.js Events](https://gridjs.io/docs/examples/event-handler)
9494

95-
### Can I Grid.js rendering helpers? Yes
95+
## Can I use Grid.js rendering helpers? Yes
9696

9797
- Using `h` function is working fine. See this example plugin.
9898

@@ -115,4 +115,4 @@ Finally don't forget to add gridjs theme in your index.html
115115
}
116116
```
117117

118-
### Can I use Angular components in plugins, formatters, etc? Not yet
118+
## Can I use Angular components in plugins, formatters, etc? Not yet

sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = {
3131
"🔌 Integrations": [
3232
'integrations/react',
3333
'integrations/vue',
34+
'integrations/angular',
3435
'integrations/jquery',
3536
],
3637
"🎮 Examples": [{

0 commit comments

Comments
 (0)