Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1149816

Browse files
committed
chore(nav): a missing bit of metadata for the forms guide
1 parent 987fbad commit 1149816

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/docs/ts/latest/guide/_data.json

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
"basics": true
3030
},
3131

32+
"forms": {
33+
"title": "Forms",
34+
"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.",
35+
"nextable": true,
36+
"basics": true,
37+
"hide": true
38+
},
39+
3240
"forms-deprecated": {
3341
"title": "Forms",
3442
"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.",

0 commit comments

Comments
 (0)