angular/packages/compiler/src
Alan Agius 5b421c61cd
fix(core): disallow event attribute bindings in host bindings unconditionally
Moves the event attribute validation check outside of `ngDevMode` in the `elementAttributeInternal` instruction to ensure that bindings to event attributes like `on*` are always blocked at runtime.
2026-05-07 16:19:22 -06:00
..
expression_parser fix(compiler): throw on invalid in expressions 2026-02-23 13:35:07 -08:00
i18n ci: reformat files 2025-12-16 14:44:19 -08:00
ml_parser fix(compiler): let declaration span not including end character 2026-04-27 17:09:14 -07:00
output feat(compiler): Angular expressions with optional chaining returns undefined 2026-04-28 15:26:53 -07:00
render3 fix(core): disallow event attribute bindings in host bindings unconditionally 2026-05-07 16:19:22 -06:00
schema fix(core): prevent binding unsafe attributes on SVG animation elements (#67797) 2026-04-01 11:43:58 +02:00
template/pipeline refactor(core): Makes @defer(hydrate ...) runtime tree-shakable 2026-05-01 15:54:55 -07:00
template_parser fix(compiler): stop ThisReceiver inheritance from ImplicitReceiver 2026-01-02 08:21:49 +01:00
typecheck refactor(forms): bind formatted date string to min/max for minDate/maxDate (#68001) 2026-05-06 11:59:18 -07:00
chars.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
combined_visitor.ts feat(compiler): Exhaustive checks for switch blocks 2026-02-17 10:25:31 -08:00
compiler.ts fix(compiler): invalid type checking code if field name needs to be quoted 2026-05-05 09:34:26 -07:00
compiler_facade_interface.ts refactor(compiler): introduce default constant for legacyOptionalChaining flag 2026-04-29 10:01:13 -07:00
config.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
constant_pool.ts feat(core): support spread elements in array literals 2026-01-07 12:37:52 -05:00
core.ts feat(core): add ChangeDetectionStrategy.Eager alias for Default 2026-01-30 14:20:52 -08:00
directive_matching.ts refactor(compiler): add more information to template binder (#60977) 2025-04-24 13:02:39 -07:00
injectable_compiler_2.ts feat(core): introduce @Service decorator 2026-04-22 11:01:01 -07:00
jit_compiler_facade.ts fix(core): disallow event attribute bindings in host bindings unconditionally 2026-05-07 16:19:22 -06:00
legacy_optional_chaining_default.ts refactor(compiler): introduce default constant for legacyOptionalChaining flag 2026-04-29 10:01:13 -07:00
parse_util.ts refactor(compiler): ensure compiler passes closure conformance checks (#62500) 2025-07-07 16:14:16 +00:00
property_mapping.ts refactor(compiler-cli): move ClassPropertyMapping into compiler 2026-04-03 09:44:39 -07:00
resource_loader.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
service_compiler.ts feat(core): introduce @Service decorator 2026-04-22 11:01:01 -07:00
shadow_css.ts fix(compiler): prevent shimCssText from adding extra blank lines per CSS comment 2026-03-20 15:17:31 -07:00
style_url_resolver.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
util.ts refactor(compiler): remove unused code (#61668) 2025-05-26 12:21:09 +00:00
version.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00