You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document doesn't explain what is so different between using 'ionic serve' vs 'ng serve'. If there is no difference, can you please just consider getting rid of 'ionic serve' for angular applications?
I find typing 'ng s' a lot quicker and easy. However having a different way, to start an ionic + angular app leaves room for confusion. As if the it's doing something extra, which again the document fails to detail.
The text was updated successfully, but these errors were encountered:
It mostly just translates some standardised ionic params into the ng equivalents from what I can tell, but it does do some things for cordova projects.
If its really annoying you there are various ways to set up a shorter alias for ionic serve, depending on your os/terminal, such as in ~/.zshrc:
The document doesn't explain what is so different between using 'ionic serve' vs 'ng serve'. If there is no difference, can you please just consider getting rid of 'ionic serve' for angular applications?
I find typing 'ng s' a lot quicker and easy. However having a different way, to start an ionic + angular app leaves room for confusion. As if the it's doing something extra, which again the document fails to detail.
The text was updated successfully, but these errors were encountered: