I'm submitting a ... (check one with "x")
I mad a lot of changes on angular4+ version ngx-admin
How to change from angular4+ version ngx-admin to 5+ version ngx-admin.
Thanks.
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
insert short code snippets here
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.
-->
Hi @skeely1234, you can follow the Changelog, but basically you need to rebase your code on the ngx-admin master branch. Or, you can just pick the changes manually for corresponding commits:
https://github.com/akveo/ngx-admin/commit/8a95fc9650313786ae7d91b1493a28cda3e6528c
https://github.com/akveo/ngx-admin/commit/f6e8c57d66de37ee138cf882e963bfc360fd9990
@nnixaa Thank you. I will try it.
@nnixaa The rebase process iterates through & finds multiple conflicts at each commit. I've probably had 100+ commits on my personal repo since I initially pulled from ngx master - so it looks like this would take a very long time.
Do you have any other tips for doing the rebase on a heavily-customized ngx-admin project?
@luker2 did you find a solution?
@eeschiavo I know I finally got updated to the latest version, but it wasn't easy. Required me to carefully resolve a bunch of merge conflicts along the way.
Most helpful comment
Hi @skeely1234, you can follow the Changelog, but basically you need to rebase your code on the ngx-admin master branch. Or, you can just pick the changes manually for corresponding commits:
https://github.com/akveo/ngx-admin/commit/8a95fc9650313786ae7d91b1493a28cda3e6528c
https://github.com/akveo/ngx-admin/commit/f6e8c57d66de37ee138cf882e963bfc360fd9990