Skip to content

Commit

Permalink
docs: add ng generate directive page (#56417)
Browse files Browse the repository at this point in the history
fixes #56296

PR Close #56417
  • Loading branch information
JeanMeche authored and AndrewKushnir committed Jun 18, 2024
1 parent ce2d7c4 commit 2eaf04d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adev/src/app/sub-navigation-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,10 @@ const REFERENCE_SUB_NAVIGATION_DATA: NavigationItem[] = [
label: 'config',
path: 'cli/generate/config',
},
{
label: 'directive',
path: 'cli/generate/directive',
},
{
label: 'enum',
path: 'cli/generate/enum',
Expand Down

0 comments on commit 2eaf04d

Please sign in to comment.