TwanoO67 / bootstraping-ngx-admin-lte

Angular2,4,6 project with AdminLTE dashboard template (using angular, angular-cli and ngx-admin-lte ) Formerly called 'ng2-admin-lte'.
463 stars 220 forks source link

Angular 4 and Angular-CLI last version #80

Closed jaceee closed 7 years ago

jaceee commented 7 years ago

I can make a pull request if you point me in the right direction

TwanoO67 commented 7 years ago

Hello.

It should be easy to have a working version. Just create a new angular4 cli project and move src files. The longest part would be to lint the project with the new rules. (like using annotations instead of inputs/output tab in component, or replace template by ng-template etc...)

TwanoO67 commented 7 years ago

FYI, I'm doing a full refactor to answer your request. It would be 2 different repo, one with an npm package (containing services, layouts and widgets) oand the current repo will be using the npm package as a dependancy.

This way it would be easier for everyone to manage update of the package ( and it would respond to https://github.com/TwanoO67/ng2-admin-lte/issues/34 )

But it's a lot of work to rewrite all the things and separate both repo, (and I haven't many time for that at the moment) so first version of this would probably take a month

jaceee commented 7 years ago

Glad to know, I am already finishing my work with this dashboard and I totally love it. If you create a branch for the changes and create tag issues for the pending work I would be happy to contribute.

Keep up the good work.

El mar., 23 de may. de 2017 02:27, WEBER Antoine notifications@github.com escribió:

FYI, I'm doing a full refactor to answer your request. It would be 2 different repo, one with an npm package (containing services, layouts and widgets) oand the current repo will be using the npm package as a dependancy.

This way it would be easier for everyone to manage update of the package ( and it would respond to #34 https://github.com/TwanoO67/ng2-admin-lte/issues/34 )

But it's a lot of work to rewrite all the things and separate both repo, (and I haven't many time for that at the moment) so first version of this would probably take a month

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TwanoO67/ng2-admin-lte/issues/80#issuecomment-303313502, or mute the thread https://github.com/notifications/unsubscribe-auth/AExNHvgkWzIVkUs5mTl00B1eAhrhXqV6ks5r8op4gaJpZM4NM4dh .

TwanoO67 commented 7 years ago

First version is done, i'm counting on you to help make it better ;)