add src/app/hero.service.ts
This commit is contained in:
parent
60cf72f36f
commit
fbd8f6bae9
|
@ -0,0 +1,9 @@
|
|||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class HeroService {
|
||||
|
||||
constructor() { }
|
||||
}
|
Loading…
Reference in New Issue