I just tried ng2-admin and it's looking great; all of the features are really good. How can I convert this project to angular-cli?
I tried with ng init, but it is overwriting the existing code in the app folder. How can I convert this project to angular-cli without any impact?
ng newproject then migrate code across, rather than trying to convert in-place.