-1

I need to be able to run projects with different versions of Angular on the same computer.

Is there a way to use the version of angular only in the package.json?

Funn_Bobby
  • 647
  • 1
  • 20
  • 57

1 Answers1

1

When you run a project with ng serve, Angular uses the local version by default. So it will use the @angular/cli version you have in your project.

This answer explains it well.

Leonardo Freire
  • 269
  • 1
  • 7