Skip to content
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 v19 #3274

Open
1 of 2 tasks
chankim206 opened this issue Nov 27, 2024 · 6 comments
Open
1 of 2 tasks

Angular v19 #3274

chankim206 opened this issue Nov 27, 2024 · 6 comments

Comments

@chankim206
Copy link

Issue type

  • bug report
  • feature request

Issue description

Since Angular v19 got released November 19, 2024. Thought I'd just submit the feature request in regards to that.

Current behavior:
Nebular 14 does not support Angular 19, it expects Angular 18 as a dependency. When used with Angular 19, npm throws errors in regards to type definitions since dependcies and etc.

Expected behavior:
Nebular should work out of the box with Angular 19

@chankim206
Copy link
Author

Reading through some other issues just ran into this. In case anyone finds this helpful
#3213

@umagon
Copy link

umagon commented Dec 12, 2024

Bump.

@htaebi
Copy link

htaebi commented Dec 17, 2024

for urgent case, use this command:

npm i --force

@davidyee
Copy link

Instead of npm i --force it's much better to override the specific dependencies required by the @nebular/* package being used. For example, for @nebular/security: #3192 (comment)

@umagon
Copy link

umagon commented Dec 18, 2024

Instead of npm i --force it's much better to override the specific dependencies required by the @nebular/* package being used. For example, for @nebular/security: #3192 (comment)

Yes, but I can't get themes to work in angular 19.

@Adjilino
Copy link

Adjilino commented Dec 19, 2024

Instead of npm i --force it's much better to override the specific dependencies required by the @nebular/* package being used. For example, for @nebular/security: #3192 (comment)

This worked for the Angular CLI ng update, but npm install still not working as @umagon said

I manage to skip also adding overwrite to @nebular/theme

"@nebular/theme": {
    "@angular/animations": "$@angular/animations",
    "@angular/common": "$@angular/common",
    "@angular/core": "$@angular/core",
    "@angular/router": "$@angular/router"
}

Note: I needed to clear the npm cache with npm cache clean --force


Edit: Found a problem, this don't work with @angular/cdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants