Alain d'Espaignet

Results 6 comments of Alain d'Espaignet

@lowdev Have you tried to implement this yet. I looked at how datepicker is implemented and tried to build a custom type for material date range. I can get it...

I needed this in a hurry! So I debugged through the code and fond a work around/ugly hack that may work for others too... Copy folder preview here and its...

Its failing to copy preview here in src/commands/styles/scaffold.ts await cpy('preview/', buildPath(`${workspacePath}/`, dirs), { cwd: buildPath(`/../../`, dirs), }); No idea why. Because of the trailing / on cpy ?

Correction ... I used symbol instead of circle ``` styles: [ { id: 'highlight-active-points', type: 'symbol', filter: [ 'all', ['==', '$type', 'Point'], ['==', 'meta', 'feature'], ['==', 'active', 'true'], ], layout:...

Same here too "@angular/core": "^18.0.0", "primeng": "^17.18.10", Tried downgrading to primeng 17.18.10 as mentioned above, still no go.