mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Native DOM events were previously not included in the completions because the dom schema registry would filter out events completely. This change updates the registry to include events in the private element->property map and excludes events from lookups outside of the new `allKnownEventsOfElement` function. fixes https://github.com/angular/vscode-ng-language-service/issues/1479 PR Close #43299 |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| compiler.ts | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||