@@ -372,6 +372,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
372
372
path : 'guide/routing/lifecycle-and-events' ,
373
373
contentPath : 'guide/routing/lifecycle-and-events' ,
374
374
} ,
375
+ {
376
+ label : 'Testing routing and navigation' ,
377
+ path : 'guide/routing/testing' ,
378
+ contentPath : 'guide/routing/testing' ,
379
+ status : 'new' ,
380
+ } ,
375
381
{
376
382
label : 'Other routing tasks' ,
377
383
path : 'guide/routing/common-router-tasks' ,
@@ -382,11 +388,22 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
382
388
path : 'guide/routing/routing-with-urlmatcher' ,
383
389
contentPath : 'guide/routing/routing-with-urlmatcher' ,
384
390
} ,
391
+ {
392
+ label : 'Rendering strategies' ,
393
+ path : 'guide/routing/rendering-strategies' ,
394
+ contentPath : 'guide/routing/rendering-strategies' ,
395
+ status : 'new' ,
396
+ } ,
385
397
{
386
398
label : 'Router reference' ,
387
399
path : 'guide/routing/router-reference' ,
388
400
contentPath : 'guide/routing/router-reference' ,
389
401
} ,
402
+ {
403
+ label : 'Route transition animations' ,
404
+ path : 'guide/routing/route-transition-animations' ,
405
+ contentPath : 'guide/routing/route-transition-animations' ,
406
+ } ,
390
407
] ,
391
408
} ,
392
409
{
@@ -522,6 +539,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
522
539
path : 'guide/testing/pipes' ,
523
540
contentPath : 'guide/testing/pipes' ,
524
541
} ,
542
+ {
543
+ label : 'Testing routing and navigation' ,
544
+ path : 'guide/routing/testing' ,
545
+ contentPath : 'guide/routing/testing' ,
546
+ status : 'new' ,
547
+ } ,
525
548
{
526
549
label : 'Debugging tests' ,
527
550
path : 'guide/testing/debugging' ,
@@ -621,16 +644,23 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
621
644
} ,
622
645
{
623
646
label : 'Animations' ,
647
+ status : 'updated' ,
624
648
children : [
625
649
{
626
650
label : 'Animating your content' ,
627
651
path : 'guide/animations/css' ,
628
652
contentPath : 'guide/animations/css' ,
629
653
} ,
654
+ {
655
+ label : 'Enter and Leave animations' ,
656
+ path : 'guide/animations/enter-and-leave' ,
657
+ contentPath : 'guide/animations/enter-and-leave' ,
658
+ status : 'new' ,
659
+ } ,
630
660
{
631
661
label : 'Route transition animations' ,
632
- path : 'guide/animations /route-animations' ,
633
- contentPath : 'guide/animations /route-animations' ,
662
+ path : 'guide/routing /route-transition -animations' ,
663
+ contentPath : 'guide/routing /route-transition -animations' ,
634
664
} ,
635
665
] ,
636
666
} ,
@@ -922,6 +952,11 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
922
952
path : 'ecosystem/rxjs-interop/output-interop' ,
923
953
contentPath : 'ecosystem/rxjs-interop/output-interop' ,
924
954
} ,
955
+ {
956
+ label : 'Unsubscribing with takeUntilDestroyed' ,
957
+ path : 'ecosystem/rxjs-interop/take-until-destroyed' ,
958
+ contentPath : 'ecosystem/rxjs-interop/take-until-destroyed' ,
959
+ } ,
925
960
] ,
926
961
} ,
927
962
{
@@ -974,6 +1009,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
974
1009
path : 'ecosystem/custom-build-pipeline' ,
975
1010
contentPath : 'ecosystem/custom-build-pipeline' ,
976
1011
} ,
1012
+ {
1013
+ label : 'Tailwind' ,
1014
+ path : 'guide/tailwind' ,
1015
+ contentPath : 'guide/tailwind' ,
1016
+ status : 'new' ,
1017
+ } ,
977
1018
{
978
1019
label : 'Angular Fire' ,
979
1020
path : 'https://github.com/angular/angularfire#readme' ,
@@ -1135,6 +1176,10 @@ const REFERENCE_SUB_NAVIGATION_DATA: NavigationItem[] = [
1135
1176
label : 'Overview' ,
1136
1177
path : 'cli/generate' ,
1137
1178
} ,
1179
+ {
1180
+ label : 'ai-config' ,
1181
+ path : 'cli/generate/ai-config' ,
1182
+ } ,
1138
1183
{
1139
1184
label : 'app-shell' ,
1140
1185
path : 'cli/generate/app-shell' ,
0 commit comments