`ionic serve` vs. `ng serve`

Using ng serve for Angular projects seems a lot more lightweight than ionic serve, e.g. it doesn’t create any local files (as ionic serve does in /www). Why is this? What is the difference?

2 Likes