79738885

Date: 2025-08-18 14:35:30
Score: 0.5
Natty:
Report link

Please make sure that Localize is installed in your Angular project and that it is included in the angular.json configuration.

  "dependencies": {
    "@angular/cdk": "^20.1.5",
    "@angular/common": "^20.0.0",
    "@angular/compiler": "^20.0.0",
    "@angular/core": "^20.0.0",
    "@angular/forms": "^20.0.0",
    "@angular/localize": "^20.0.0",
    "@angular/platform-browser": "^20.0.0",
    "@angular/router": "^20.0.0",

angular.json:

            "polyfills": [
              "zone.js",
              "@angular/localize/init"
            ],

Feel free to also check the official documentation:
https://www.telerik.com/kendo-angular-ui/components/troubleshooting/general-issues#missing-angular-localize-package-for-i18n-support

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yan-dev