Paweł Klockiewicz

Results 7 comments of Paweł Klockiewicz

Hi! Just override `MAT_DATE_LOCALE` on `providers` at `app.module.ts`: ```ts import {MAT_DATE_LOCALE} from '@angular/material/core'; @NgModule({ providers: [ {provide: MAT_DATE_LOCALE, useValue: 'es-ES'}, ], }) ```

Same issue... **EDIT:** Found the solution! 1) Upgrade "electron-builder": `npm install [email protected] --save-dev` 2) Upgrade "electron-updater": `npm install [email protected]` 3) Upgrade "chokidar": `npm install [email protected]`

I have the impression that it's due to the native `popover` attribute that was added in the new Angular Material. As soon as we remove this attribute or change it...

Thanks! I've added a path to `alwaysIncludeGlobPatterns` and it looks like now the extension can localize the definition. The exception is mixins in SCSS. But that's another issue. ![Image](https://github.com/user-attachments/assets/90a94303-7b33-499d-bc6f-30d25f6f06ee)