File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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 {
5959 title : 'Circular dependency' ,
6060 path : '/fundamentals/circular-dependency' ,
6161 } ,
62- {
63- title : 'Discovery Service' ,
64- path : '/fundamentals/discovery-service' ,
65- } ,
6662 {
6763 title : 'Module reference' ,
6864 path : '/fundamentals/module-ref' ,
@@ -83,6 +79,10 @@ export class MenuComponent implements OnInit {
8379 title : 'Platform agnosticism' ,
8480 path : '/fundamentals/platform-agnosticism' ,
8581 } ,
82+ {
83+ title : 'Discovery service' ,
84+ path : '/fundamentals/discovery-service' ,
85+ } ,
8686 { title : 'Testing' , path : '/fundamentals/testing' } ,
8787 ] ,
8888 } ,
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ const routes: Routes = [
8585 {
8686 path : 'circular-dependency' ,
8787 component : CircularDependencyComponent ,
88- data : { title : 'Circular Dependency ' } ,
88+ data : { title : 'Circular dependency ' } ,
8989 } ,
9090 {
9191 path : 'discovery-service' ,
9292 component : DiscoveryServiceComponent ,
93- data : { title : 'Discovery Service ' } ,
93+ data : { title : 'Discovery service ' } ,
9494 } ,
9595] ;
9696
You can’t perform that action at this time.
0 commit comments