https://github.com/angular/angular
Raw File
Tip revision: 07b5df3a197ca19f8efedc708df0b95e9a536b15 authored by Andrew Kushnir on 26 June 2020, 20:17:36 UTC
release: cut the v10.0.1 release
Tip revision: 07b5df3
hero.ts
export interface Hero {
  id: number;
  name: string;
}
back to top