Skip to content

Commit 4da0027

Browse files
committed
revert: pipe challenge changes (3)
1 parent f13cd8a commit 4da0027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/angular/pipe-easy/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import { Component } from '@angular/core';
1414
export class AppComponent {
1515
persons = ['toto', 'jack'];
1616

17-
// very heavy computation
1817
heavyComputation(name: string, index: number) {
18+
// very heavy computation
1919
return `${name} - ${index}`;
2020
}
2121
}

0 commit comments

Comments
 (0)