Ngx-admin: How to update ngx-admin to a newer version

Created on 2 Mar 2018  路  5Comments  路  Source: akveo/ngx-admin

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

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

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.
-->
faq question

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

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dreamerleolioa picture dreamerleolioa  路  4Comments

nfdavenport picture nfdavenport  路  3Comments

hoswey picture hoswey  路  3Comments

Kalaijagdai picture Kalaijagdai  路  4Comments

fabltd picture fabltd  路  3Comments