angular/packages/compiler/src/schema
Andrew Scott 3e37e8979d fix(language-service): provide dom event completions (#43299)
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
2021-09-27 10:45:58 -07:00
..
dom_element_schema_registry.ts fix(language-service): provide dom event completions (#43299) 2021-09-27 10:45:58 -07:00
dom_security_schema.ts feat(compiler): add schema for Trusted Types sinks (#39554) 2020-11-23 08:29:04 -08:00
element_schema_registry.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
trusted_types_sinks.ts feat(compiler): add schema for Trusted Types sinks (#39554) 2020-11-23 08:29:04 -08:00