chore(nav): a missing bit of metadata for the forms guide
This commit is contained in:
parent
987fbad0f3
commit
1149816dce
|
@ -29,6 +29,14 @@
|
||||||
"basics": true
|
"basics": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"forms": {
|
||||||
|
"title": "Forms",
|
||||||
|
"intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.",
|
||||||
|
"nextable": true,
|
||||||
|
"basics": true,
|
||||||
|
"hide": true
|
||||||
|
},
|
||||||
|
|
||||||
"forms-deprecated": {
|
"forms-deprecated": {
|
||||||
"title": "Forms",
|
"title": "Forms",
|
||||||
"intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.",
|
"intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.",
|
||||||
|
|
Loading…
Reference in New Issue