-
-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
I have just installed a fresh Angular 19 (19.2.14) and @rx-angular/state
(19.0.3) and I have encountered the issue reported here which had already been resolved, but seems to be still an open issue (at least for me). I have no permission to reopen this issue therefore I am opening it here.
When I downgraded @rx-angular/state
to 19.0.0 there are no errors (it seems that the 19.0.1+ version causes this issue 🤨)
I use vite
provided by Angular builder. Here is an excerpt from dependencies from my package.json
(without some completely irrelevant dependencies like jest etc.):
"dependencies": {
"@angular/animations": "^19.2.14",
"@angular/cdk": "^19.2.18",
"@angular/common": "^19.2.14",
"@angular/compiler": "^19.2.14",
"@angular/core": "^19.2.14",
"@angular/forms": "^19.2.14",
"@angular/material": "^19.2.18",
"@angular/material-moment-adapter": "^19.2.18",
"@angular/platform-browser": "^19.2.14",
"@angular/platform-browser-dynamic": "^19.2.14",
"@angular/router": "^19.2.14",
"@rx-angular/state": "^19.0.3",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-eslint/builder": "^19.7.1",
"@angular-eslint/eslint-plugin": "^19.7.1",
"@angular-eslint/eslint-plugin-template": "^19.7.1",
"@angular-eslint/schematics": "^19.7.1",
"@angular-eslint/template-parser": "^19.7.1",
"@angular/build": "^19.2.14",
"@angular/cli": "^19.2.14",
"@angular/compiler-cli": "^19.2.14",
"@types/node": "^20.19.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@typescript-eslint/utils": "^8.33.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"ts-node": "~10.9.2",
"typescript": "5.8.3"
}
Fasteroid and Xp0s3d
Metadata
Metadata
Assignees
Labels
No labels