2200c8a87b
This PR adds a new section, tutorials, to the left navigation. It also adds a new, basic tutorial for routing. PR Close #36545
10 lines
132 B
JSON
10 lines
132 B
JSON
{
|
|
"description": "Router",
|
|
"files":[
|
|
"!**/*.d.ts",
|
|
"!**/*.js",
|
|
"!**/*.[0-9].*"
|
|
],
|
|
"tags": ["router-tutorial"]
|
|
}
|