tuto_angular/angular-tour-of-heroes/src/app/hero.ts

5 lines
52 B
TypeScript
Raw Normal View History

2019-10-25 13:36:01 +00:00
export class Hero {
id: number;
name: string;
}