main
fix(forms): implement custom control reset propagation
refactor(forms): use optional chaining for safer method calls in form directives
feat(forms): support ngNoCva as an opt-out for ControlValueAccessors
refactor(core): remove TODOs referencing #24571 (#60648)
refactor(core): correct all `typeof ngDevMode` comparison patterns introduced by #63875
refactor: update license text to point to angular.dev (#57901)
refactor(forms): bind formatted date string to `min`/`max` for `minDate`/`maxDate` (#68001)
refactor(forms): tree-shake `ngControlStatusHost` and `ngGroupStatusHost`
refactor(forms): move valueAccessor selection out of ctor
docs(docs-infra): Add build-time validation for API and guide links using route manifest
refactor(core): Migrate all packages with the `explicit-standalone-flag` schematic. (#58160)
docs: set syntax highlighting of code examples MD code blocks (#59026)
fix(forms): keep radio inputs in sync when values change
docs: update angular.io links to angular.dev in comments, TSDoc, and warnings
refactor(forms): base implementation of custom control binding in NgControl
refactor(forms): improve clarity in SelectMultipleControlValueAccessor.writeValue
refactor: add g3-only and 3p-only markers to replace specific g3 patches