Coder Social home page Coder Social logo

Angular 18 support about ng-zorro-antd HOT 22 CLOSED

jornare avatar jornare commented on June 30, 2024 28
Angular 18 support

from ng-zorro-antd.

Comments (22)

Laffery avatar Laffery commented on June 30, 2024 12

Hey Everyone 👋
I'm glad to announce that 18.0.0-beta.0 is released ! 🎉
Welcome to upgrade and have a try. We are looking forward to your kindly feedback and make it stable soon :)

from ng-zorro-antd.

Laffery avatar Laffery commented on June 30, 2024 9

@jornare ng-zorro 18 will come soon:)

from ng-zorro-antd.

Laffery avatar Laffery commented on June 30, 2024 7

#8564

We'll release a v18 beta version this week

from ng-zorro-antd.

MurhafSousli avatar MurhafSousli commented on June 30, 2024 3

@Laffery works fine with Angular 18!

from ng-zorro-antd.

TheJsharper avatar TheJsharper commented on June 30, 2024 1

We want to use NG-Zorro in our project but to unsure when Ng-Zorro will upgrade to Angular 18. We should wait until 3 weeks, 3 months etc.. when could we count it?
Thank you

from ng-zorro-antd.

relliv avatar relliv commented on June 30, 2024 1

It's working fine on my projects. Also, I'm using PNPM. Many many thanks!

from ng-zorro-antd.

sdbrother0 avatar sdbrother0 commented on June 30, 2024 1

Hello! I have different style in angular 18:
Screenshot 2024-06-14 at 18 02 38

and angular 17:
Screenshot 2024-06-14 at 18 03 38

for NzTableComponent (nz-table) component. It's ok?

from ng-zorro-antd.

jornare avatar jornare commented on June 30, 2024

@jornare ng-zorro 18 will come soon:)

Looking forward to it :)

from ng-zorro-antd.

wikylyu avatar wikylyu commented on June 30, 2024

什么时候发布

from ng-zorro-antd.

relliv avatar relliv commented on June 30, 2024

+1

from ng-zorro-antd.

MurhafSousli avatar MurhafSousli commented on June 30, 2024

It throws an error when installed in an Angular 18 project, please consider using

@angular/cdk": ">=17.3.0"

to allow installing Angular 18 without errors

"dependencies": {
"@angular/cdk": "^17.0.0",
"@ant-design/icons-angular": "^17.0.0",
"date-fns": "^2.16.1"
},

from ng-zorro-antd.

ducminhquan avatar ducminhquan commented on June 30, 2024

+1

from ng-zorro-antd.

jornare avatar jornare commented on June 30, 2024

#8564

from ng-zorro-antd.

jornare avatar jornare commented on June 30, 2024

I'm having trouble with using modals/popups that has a custom component using signal inputs. Just tested with 17, but I assume this also goes for the 18 release as I can't find any fixes in that regard.

from ng-zorro-antd.

Laffery avatar Laffery commented on June 30, 2024

I'm having trouble with using modals/popups that has a custom component using signal inputs. Just tested with 17, but I assume this also goes for the 18 release as I can't find any fixes in that regard.

hi @jornare, would you like provide a reproduction link to help us troubleshoot the problem?

from ng-zorro-antd.

jornare avatar jornare commented on June 30, 2024

I'm having trouble with using modals/popups that has a custom component using signal inputs. Just tested with 17, but I assume this also goes for the 18 release as I can't find any fixes in that regard.

hi @jornare, would you like provide a reproduction link to help us troubleshoot the problem?

https://stackblitz.com/edit/angular-kjryqu?file=src%2Fapp%2Fapp.component.ts

I think this issue is related: #8030

from ng-zorro-antd.

ghostbounty avatar ghostbounty commented on June 30, 2024

Hello! I have different style in angular 18: Screenshot 2024-06-14 at 18 02 38

and angular 17: Screenshot 2024-06-14 at 18 03 38

for NzTableComponent (nz-table) component. It's ok?

The same problem with Angular 17

from ng-zorro-antd.

graphicsxp avatar graphicsxp commented on June 30, 2024

@jornare ng-zorro 18 will come soon:)

could you provide an estimated delivery date please ? "soon" is a bit vague and we are blocked from upgrading to angular 18 at the moment.

from ng-zorro-antd.

mrbusche avatar mrbusche commented on June 30, 2024

@jornare ng-zorro 18 will come soon:)

could you provide an estimated delivery date please ? "soon" is a bit vague and we are blocked from upgrading to angular 18 at the moment.

I recommend updating to the beta and posting any issues you have here

from ng-zorro-antd.

sdbrother0 avatar sdbrother0 commented on June 30, 2024

Hello! I have different style in angular 18: Screenshot 2024-06-14 at 18 02 38
and angular 17: Screenshot 2024-06-14 at 18 03 38
for NzTableComponent (nz-table) component. It's ok?

The same problem with Angular 17

Exactly, thanks. How to fix, who knows?

from ng-zorro-antd.

HyperLife1119 avatar HyperLife1119 commented on June 30, 2024

Close via #8568.

from ng-zorro-antd.

xixixixixiao avatar xixixixixiao commented on June 30, 2024

Hello! I have different style in angular 18: Screenshot 2024-06-14 at 18 02 38
and angular 17: Screenshot 2024-06-14 at 18 03 38
for NzTableComponent (nz-table) component. It's ok?

The same problem with Angular 17

Add NzTableModule to imports:

@Component({
  imports: [ NzTableModule ],
  selector: 'app-demo',
  standalone: true,
  styles: ``,
  template: ``
})
export class DemoComponent {}

from ng-zorro-antd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.