docs: remove heroes reference in i18n example (#31515)
Closes #31514 PR Close #31515
This commit is contained in:
parent
a55c6df07b
commit
7c62a8f9ca
|
@ -10,7 +10,6 @@ export class AppComponent {
|
|||
gender = 'female';
|
||||
fly = true;
|
||||
logo = 'https://angular.io/assets/images/logos/angular/angular.png';
|
||||
heroes: string[] = ['Magneta', 'Celeritas', 'Dynama'];
|
||||
inc(i: number) {
|
||||
this.minutes = Math.min(5, Math.max(0, this.minutes + i));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue