We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13cd8a commit 4da0027Copy full SHA for 4da0027
1 file changed
apps/angular/pipe-easy/src/app/app.component.ts
@@ -14,8 +14,8 @@ import { Component } from '@angular/core';
14
export class AppComponent {
15
persons = ['toto', 'jack'];
16
17
- // very heavy computation
18
heavyComputation(name: string, index: number) {
+ // very heavy computation
19
return `${name} - ${index}`;
20
}
21
0 commit comments