angular/goldens/public-api
Dylan Hunn fe0e42a996 fix(forms): Make UntypedFormBuilder assignable to FormBuilder, and vice versa. (#45421)
There was a subtle bug involving the opt-out class for FormBuilder, which I discovered during the ongoing migration. The types must be structurally the same, because people pass around FormBuilders, in addition to passing around the controls they produce. This PR ensures FormBuilder and UntypedFormBuilder are assignable to each other.

PR Close #45421
2022-03-24 10:49:10 -07:00
..
animations feat(animations): provide warnings for non-animatable CSS properties (#45212) 2022-03-21 14:33:19 -07:00
common feat(core): allow for injector to be specified when creating an embedded view (#45156) 2022-03-02 16:38:00 +00:00
compiler-cli perf(compiler-cli): ignore the module.id anti-pattern for NgModule ids (#45024) 2022-03-22 11:11:54 -07:00
core feat(core): triggerEventHandler accept optional eventObj (#45279) 2022-03-09 13:51:54 -08:00
elements build: update API goldens to reflect new tool (#42688) 2021-06-30 11:43:48 -07:00
forms fix(forms): Make UntypedFormBuilder assignable to FormBuilder, and vice versa. (#45421) 2022-03-24 10:49:10 -07:00
localize test: update all api goldens to match with new NPM package output (#43431) 2021-10-01 18:28:43 +00:00
platform-browser feat(core): move ANIMATION_MODULE_TYPE injection token into core (#44970) 2022-02-14 14:03:07 -08:00
platform-browser-dynamic docs: deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols (#44749) 2022-01-19 09:42:40 -08:00
platform-server docs: deprecate ViewEngine-based renderModuleFactory (#43757) 2021-10-07 16:47:54 -07:00
router fix(router): Fix type of Route.pathMatch to be more accurate (#45176) 2022-02-24 18:44:07 +00:00
service-worker feat(service-worker): emit a notification when the service worker is already up to date after check (#45216) 2022-03-03 12:29:04 -08:00
upgrade docs: deprecate factory-based signature of the downgradeModule function (#44090) 2021-11-17 10:33:10 -08:00
manage.js refactor(dev-infra): remove dependency on minimist (#43644) 2021-10-04 17:31:03 -07:00