Mateusz Wyczawski
Mateusz Wyczawski
I encounter the same problem. When using `fromString('RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=MO') ` returned object contains `byweekday: [6]` which is Sunday (today day). It should not fill _byweekday_ with any value.
It's because of the `domino` package. To reproduce it: 1. Create a new project 2. Add `ng add @nguniversal/express-engine` 3. `npm install domino --save` 4. Add this to `server.ts`: ```...
I have the same issue. Couple minutes ago I have migrated from `"primeng": "20.1.2"` (it worked fine) to `"primeng": "21.0.1"`.
I encountered the same issue today. It hangs in my local env and in the CI. ``` Transloco: 7.6.1 Transloco Keys Manager: 7.0.2 Angular: 20.1.3 Node: v22.16.0 Package Manager: npm...