File tree Expand file tree Collapse file tree
content/guide/forms/signals Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /*!
1+ /**
22 * @license
33 * Copyright Google LLC All Rights Reserved.
44 *
99import { isDevMode } from '@angular/core' ;
1010import { NavigationItem } from '@angular/docs' ;
1111
12- // These 2 imports are expected to be red because they are generated a build time
12+ // These imports are expected to be red because they are generated a build time
1313import FIRST_APP_TUTORIAL_NAV_DATA from '../../../src/assets/tutorials/first-app/routes.json' ;
1414import LEARN_ANGULAR_TUTORIAL_NAV_DATA from '../../../src/assets/tutorials/learn-angular/routes.json' ;
1515import DEFERRABLE_VIEWS_TUTORIAL_NAV_DATA from '../../../src/assets/tutorials/deferrable-views/routes.json' ;
@@ -450,6 +450,11 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
450450 path : 'guide/forms/signals/models' ,
451451 contentPath : 'guide/forms/signals/models' ,
452452 } ,
453+ {
454+ label : 'Form model design' ,
455+ path : 'guide/forms/signals/model-design' ,
456+ contentPath : 'guide/forms/signals/designing-your-form-model' ,
457+ } ,
453458 {
454459 label : 'Field state management' ,
455460 path : 'guide/forms/signals/field-state-management' ,
You can’t perform that action at this time.
0 commit comments