-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 19 compatibility #213
Labels
bug
Something isn't working
Comments
Yep, we haven't yet migrated the package to Angular 19. I'll try to do it tonight. |
NachoVazquez
added a commit
that referenced
this issue
Nov 26, 2024
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [x] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [ ] Documentation content changes [ ] Other... Please describe: ``` ## What is the current behavior? We support the previous version of Angular (18) Closes: #213 ## What is the new behavior? Migrate to the latest Angular and Nx. ## Does this PR introduce a breaking change? ``` [x] Yes [ ] No ``` BREAKING CHANGES: Only support Angular version 19
@Schoude a new version has been released with support for Angular 19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Can't install this package in Angular 19 project.
To Reproduce
Run
npm install @ngworker/lumberjack
for an Angular 19 project.Expected behavior
Should be able to install without using
npm install --force
.Environment
The text was updated successfully, but these errors were encountered: