Is this a regression?
I don't know
Description
I have created a new Angular 19 application and I'm able to install all packages except your package. Here is the dependency of my new application.
"dependencies": {
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "^19.0.1",
"@angular-devkit/build-angular": "^19.2.15",
"@angular/cli": "^19.2.15",
"@angular/compiler-cli": "^19.2.0",
"@ngneat/spectator": "^19.6.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.16.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-extended": "^6.0.0",
"jest-preset-angular": "^14.6.0",
"sass": "^1.87.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "~5.7.2"
}
Please provide a link to a minimal reproduction of the bug
Create a new Angular 19 application and install same dependencies as me, you will see your package wont install.
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
I'm using npm 10.9.3, Nodejs 22.16.0 Angular 19.2.15
My operating system is Windows 11 and I'm using VS Code.
### Anything else?
_No response_
### Do you want to create a pull request?
Yes
Is this a regression?
I don't know
Description
I have created a new Angular 19 application and I'm able to install all packages except your package. Here is the dependency of my new application.
"dependencies": {
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "^19.0.1",
"@angular-devkit/build-angular": "^19.2.15",
"@angular/cli": "^19.2.15",
"@angular/compiler-cli": "^19.2.0",
"@ngneat/spectator": "^19.6.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.16.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-extended": "^6.0.0",
"jest-preset-angular": "^14.6.0",
"sass": "^1.87.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "~5.7.2"
}
Please provide a link to a minimal reproduction of the bug
Create a new Angular 19 application and install same dependencies as me, you will see your package wont install.
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
I'm using npm 10.9.3, Nodejs 22.16.0 Angular 19.2.15
My operating system is Windows 11 and I'm using VS Code.