main
fix(forms): keep radio inputs in sync when values change
fix(forms): harden FormGroup control lookups against prototype shadowing
feat(forms): Add FormArrayDirective (#55880)
docs: add documentation for NG1002
docs: document FormBuilder.group() controlsConfig value shapes
refactor: update license text to point to angular.dev (#57901)
refactor(forms): bind formatted date string to `min`/`max` for `minDate`/`maxDate` (#68001)
refactor(core): correct all `typeof ngDevMode` comparison patterns introduced by #63875
refactor(core): mark `VERSION` as `@__PURE__` for better tree-shaking