mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the language service only provides support for determining the type of array-like members when the array-like object is an `Array`. However, there are other kinds of array-like objects, including `ReadonlyArray`s and `readonly`-property arrays. This commit adds support for retrieving the element type of arbitrary array-like objects. Closes #36191 PR Close #36312 |
||
|---|---|---|
| .. | ||
| bundles | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| language-service.ts | ||
| package.json | ||