Closed jaceee closed 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...)
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
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 .
First version is done, i'm counting on you to help make it better ;)
I can make a pull request if you point me in the right direction