Skip to content

Commit ce7507b

Browse files
authored
feat: add discovery service to menu list
1 parent e041901 commit ce7507b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/homepage/menu/menu.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ export class MenuComponent implements OnInit {
5959
title: 'Circular dependency',
6060
path: '/fundamentals/circular-dependency',
6161
},
62+
{
63+
title: 'Discovery Service',
64+
path: '/fundamentals/discovery-service',
65+
},
6266
{
6367
title: 'Module reference',
6468
path: '/fundamentals/module-ref',

0 commit comments

Comments
 (0)