We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02f255 commit 217ae16Copy full SHA for 217ae16
public/docs/ts/latest/tutorial/toh-pt6.jade
@@ -294,6 +294,10 @@ block get-heroes-details
294
When the given name is non-blank, the handler delegates creation of the
295
named hero to the hero service, and then adds the new hero to our !{_array}.
296
297
+ Finally, we implement the create method in the HeroService class.
298
+
299
++makeExcerpt('app/hero.service.ts', 'create')
300
301
Go ahead, refresh the browser and create some new heroes!
302
303
.l-main-section
0 commit comments