Paweł Klockiewicz

Results 5 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...