ngx-admin
ngx-admin copied to clipboard
Upgrade to Angular 16
Issue type
I'm submitting a ... (check one with "x")
- [ ] bug report
- [x] feature request
- [ ] question about the decisions made in the repository
Issue description
Current behavior: I noticed that ngx-admin was upgraded to Angular 15 and not Angular 16 is there any reason that ngx-admin is not using Angular 16 or should we except the upgrade anytime soon? @denStrigo
Expected behavior:
Steps to reproduce:
Related code:
insert short code snippets here
Other information:
npm, node, OS, Browser
<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->
Angular, Nebular
<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
I would be happy too if this was upgraded to Angular 16. Btw if you do not want to wait, I have temporary solution:
- Run
ng update @angular/core@16 @angular/cli@16 --allow-dirty --force
- Downgrade ws dependency
npm i @types/[email protected] --legacy-peer-deps
otherwise compiler will get mad about generic type issue. - Enjoy the ngx-admin with Angular 16.
Yes, It would be great if we update it to Angular 16 and then 17.
Any news about adding support for Angular 17? I mean, Angular 18 will be released in May I guess.