emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

[Angular Project in Angular CLI] #78

Closed TheLegendaryJedi closed 6 years ago

TheLegendaryJedi commented 6 years ago

Hi,

Is there any way to compile the Angular 5 project part in the cmd line using the Angular CLI (ng commands)?

Because I think it is simpler to work in Visual Studio Code to create the angular part and to compile it.

Best regards.

emonney commented 6 years ago

Angular CLI is not integrated in this version. For a version with Angular CLI you can try QuickApp PRO

The alternative is to use standard node commands to build the project.

These are not friendly commands to memorize. So I suggest adding it to the script segment in package.json for easier access