Skip to content

Commit 059e0d3

Browse files
bencodezenmmalerba
authored andcommitted
docs: add customizing route behavior guide for router (angular#63398)
PR Close angular#63398
1 parent 4c82b84 commit 059e0d3

2 files changed

Lines changed: 479 additions & 0 deletions

File tree

adev/src/app/sub-navigation-data.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,12 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
395395
contentPath: 'guide/routing/rendering-strategies',
396396
status: 'new',
397397
},
398+
{
399+
label: 'Customizing route behavior',
400+
path: 'guide/routing/customizing-route-behavior',
401+
contentPath: 'guide/routing/customizing-route-behavior',
402+
status: 'new',
403+
},
398404
{
399405
label: 'Router reference',
400406
path: 'guide/routing/router-reference',

0 commit comments

Comments
 (0)