mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates a type used in the transplanted views perf tests, to make the test compatible with strict template type-checking.
Currently, compiling the perf test results in the following TS error:
```
error TS2322: Type 'TemplateRef<{}>' is not assignable to type 'TemplateRef<NgForOfContext<any, any[]>>'.
17 <ng-container *ngFor="let n of views; template: template; trackBy: trackByIndex"></ng-container>
~~~~~~~~
```
PR Close #44905
|
||
|---|---|---|
| .. | ||
| benchmarks | ||
| playground | ||
| empty.ts | ||
| system.d.ts | ||
| tsconfig.json | ||
| types.d.ts | ||