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

5 lines
52 B
TypeScript

export class Hero {
id: number;
name: string;
}