File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ export class MenuComponent implements OnInit {
59
59
title : 'Circular dependency' ,
60
60
path : '/fundamentals/circular-dependency' ,
61
61
} ,
62
- {
63
- title : 'Discovery Service' ,
64
- path : '/fundamentals/discovery-service' ,
65
- } ,
66
62
{
67
63
title : 'Module reference' ,
68
64
path : '/fundamentals/module-ref' ,
@@ -83,6 +79,10 @@ export class MenuComponent implements OnInit {
83
79
title : 'Platform agnosticism' ,
84
80
path : '/fundamentals/platform-agnosticism' ,
85
81
} ,
82
+ {
83
+ title : 'Discovery service' ,
84
+ path : '/fundamentals/discovery-service' ,
85
+ } ,
86
86
{ title : 'Testing' , path : '/fundamentals/testing' } ,
87
87
] ,
88
88
} ,
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ const routes: Routes = [
85
85
{
86
86
path : 'circular-dependency' ,
87
87
component : CircularDependencyComponent ,
88
- data : { title : 'Circular Dependency ' } ,
88
+ data : { title : 'Circular dependency ' } ,
89
89
} ,
90
90
{
91
91
path : 'discovery-service' ,
92
92
component : DiscoveryServiceComponent ,
93
- data : { title : 'Discovery Service ' } ,
93
+ data : { title : 'Discovery service ' } ,
94
94
} ,
95
95
] ;
96
96
You can’t perform that action at this time.
0 commit comments