File tree Expand file tree Collapse file tree 2 files changed +700
-3
lines changed
content/guide/forms/signals Expand file tree Collapse file tree 2 files changed +700
-3
lines changed Original file line number Diff line number Diff line change @@ -436,19 +436,21 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
436436 label : 'Overview' ,
437437 path : 'guide/forms/signals/overview' ,
438438 contentPath : 'guide/forms/signals/overview' ,
439- status : 'new' ,
440439 } ,
441440 {
442441 label : 'Form models' ,
443442 path : 'guide/forms/signals/models' ,
444443 contentPath : 'guide/forms/signals/models' ,
445- status : 'new' ,
444+ } ,
445+ {
446+ label : 'Field state management' ,
447+ path : 'guide/forms/signals/field-state-management' ,
448+ contentPath : 'guide/forms/signals/field-state-management' ,
446449 } ,
447450 {
448451 label : 'Comparison with other form systems' ,
449452 path : 'guide/forms/signals/comparison' ,
450453 contentPath : 'guide/forms/signals/comparison' ,
451- status : 'new' ,
452454 } ,
453455 ] ,
454456 } ,
You can’t perform that action at this time.
0 commit comments