navigation.json (angular-11.0.1) | : | navigation.json (angular-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 241 | skipping to change at line 241 | |||
"children": [ | "children": [ | |||
{ | { | |||
"url": "guide/dependency-injection", | "url": "guide/dependency-injection", | |||
"title": "Angular Dependency Injection", | "title": "Angular Dependency Injection", | |||
"tooltip": "Angular's dependency injection system creates and deli vers dependent services to Angular-created classes." | "tooltip": "Angular's dependency injection system creates and deli vers dependent services to Angular-created classes." | |||
}, | }, | |||
{ | { | |||
"url": "guide/dependency-injection-providers", | "url": "guide/dependency-injection-providers", | |||
"title": "DI Providers", | "title": "DI Providers", | |||
"tooltip": "More about the different kinds of providers." | "tooltip": "More about the different kinds of providers." | |||
}, | ||||
{ | ||||
"url": "guide/dependency-injection-in-action", | ||||
"title": "DI in Action", | ||||
"tooltip": "Techniques for dependency injection." | ||||
} | } | |||
] | ] | |||
} | } | |||
] | ] | |||
}, | }, | |||
{ | { | |||
"title": "Built-in Features", | "title": "Built-in Features", | |||
"tooltip": "Learn how to add Angular's built-in features to add functional ity to your applications.", | "tooltip": "Learn how to add Angular's built-in features to add functional ity to your applications.", | |||
"children": [ | "children": [ | |||
{ | { | |||
skipping to change at line 886 | skipping to change at line 881 | |||
"tooltip": "Domains in which observables are particularly usef ul." | "tooltip": "Domains in which observables are particularly usef ul." | |||
}, | }, | |||
{ | { | |||
"url": "guide/comparing-observables", | "url": "guide/comparing-observables", | |||
"title": "Compare to Other Techniques", | "title": "Compare to Other Techniques", | |||
"tooltip": "How observables compare to promises and other mess age passing techniques." | "tooltip": "How observables compare to promises and other mess age passing techniques." | |||
} | } | |||
] | ] | |||
}, | }, | |||
{ | { | |||
"url": "guide/hierarchical-dependency-injection", | "title": "Dependency injection", | |||
"title": "Hierarchical Injectors", | "tooltip": "Using dependency injection in Angular.", | |||
"tooltip": "An injector tree parallels the component tree and supp | "children": [ | |||
orts nested dependencies." | { | |||
"url": "guide/hierarchical-dependency-injection", | ||||
"title": "Hierarchical Injectors", | ||||
"tooltip": "An injector tree parallels the component tree and | ||||
supports nested dependencies." | ||||
}, | ||||
{ | ||||
"url": "guide/dependency-injection-in-action", | ||||
"title": "DI in Action", | ||||
"tooltip": "Techniques for dependency injection." | ||||
} | ||||
] | ||||
} | } | |||
] | ] | |||
}, | }, | |||
{ | { | |||
"title": "CLI Command Reference", | "title": "CLI Command Reference", | |||
"tooltip": "Angular CLI command reference.", | "tooltip": "Angular CLI command reference.", | |||
"children": [ | "children": [ | |||
{ | { | |||
"title": "Overview", | "title": "Overview", | |||
"tooltip": "An introduction to the CLI tool, commands, and syntax. ", | "tooltip": "An introduction to the CLI tool, commands, and syntax. ", | |||
End of changes. 2 change blocks. | ||||
9 lines changed or deleted | 15 lines changed or added |