docs(hierarchical-dependency-injection): fix typo: app/estore.service.ts -> app/restore.service.ts

closes #800
This commit is contained in:
Michel Zimmer 2016-02-02 23:59:25 +01:00 committed by Ward Bell
parent 4e090e14fb
commit 81160bc399
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ figure.image-display
And this is where the `RestoreService` enters the stage. And this is where the `RestoreService` enters the stage.
+makeExample('hierarchical-dependency-injection/ts/app/restore.service.ts', null, 'app/estore.service.ts') +makeExample('hierarchical-dependency-injection/ts/app/restore.service.ts', null, 'app/restore.service.ts')
:marked :marked
All this tiny service does is define an API to set a value of any type which can be altered, retrieved or set back to its initial value. Thats exactly what we need to implement the desired functionality. All this tiny service does is define an API to set a value of any type which can be altered, retrieved or set back to its initial value. Thats exactly what we need to implement the desired functionality.