docs: remove heroes reference in i18n example (#31515)

Closes #31514

PR Close #31515
This commit is contained in:
Kapunahele Wong 2019-07-11 11:59:21 -04:00 committed by Matias Niemelä
parent a55c6df07b
commit 7c62a8f9ca
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ export class AppComponent {
gender = 'female'; gender = 'female';
fly = true; fly = true;
logo = 'https://angular.io/assets/images/logos/angular/angular.png'; logo = 'https://angular.io/assets/images/logos/angular/angular.png';
heroes: string[] = ['Magneta', 'Celeritas', 'Dynama'];
inc(i: number) { inc(i: number) {
this.minutes = Math.min(5, Math.max(0, this.minutes + i)); this.minutes = Math.min(5, Math.max(0, this.minutes + i));
} }