We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b3de8 commit 9c561b2Copy full SHA for 9c561b2
docs/config.json
@@ -938,6 +938,23 @@
938
"to": "framework/angular/guides/does-this-replace-client-state"
939
}
940
]
941
+ },
942
+ {
943
+ "label": "Examples",
944
+ "children": [
945
946
+ "label": "Simple",
947
+ "to": "framework/angular/examples/simple"
948
949
950
+ "label": "Basic",
951
+ "to": "framework/angular/examples/basic"
952
953
954
+ "label": "Default Query Function",
955
+ "to": "framework/angular/examples/default-query-function"
956
+ }
957
+ ]
958
959
960
0 commit comments