My polyfills got dropped when I upgraded angular and they needed to get re-added to angular.json (specifically, it was the angular localize line)
"polyfills": [ "zone.js", "@angular/localize/init" ],
Source: https://stackoverflow.com/a/76100353/4172413