typescript
Classes
In a hero.ts file, then import it everywhere you use it
Services:
providers: [HeroService]
in app.module.ts
In a class, public if you use it in the html or something
Define getHeroes in the service
Last updated
In a hero.ts file, then import it everywhere you use it
providers: [HeroService]
in app.module.ts
In a class, public if you use it in the html or something
Define getHeroes in the service
Last updated