Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created May 12, 2018 10:32
Embed
What would you like to do?
saveHero.ts
save(): void {
this.heroService.updateHero(this.hero)
.subscribe(() => this.goBack());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment