https://github.com/angular/angular
Raw File
Tip revision: b91b9efc918cf50928cf0ba25437142fc05c5f93 authored by Miško Hevery on 13 June 2018, 22:00:28 UTC
release: cut the v6.0.5 release
Tip revision: b91b9ef
hero.ts
export class Hero {
  id: number;
  name: string;
}
back to top