How to Install Multiple Versions of Angular in Your Development Environment

preview_player
Показать описание
How to install multiple versions of Angular in your development environment.

How to install the Angular CLI locally without the -g flag. How to install an older version of Angular locally.

Installing JavaScript Frameworks and Libraries globally on your machine could potentially open you up to security vulnerabilities. Mitigate that by installing locally with npx. I will show you how.

How to install Angular 17, Angular 18.

Angular tutorial.

Please consider subscribing.
Рекомендации по теме
Комментарии
Автор

Thanks! Very useful! I was indeed trying to figure out how I could have multiple versions of Angular and using npx seems like a very nice and elegant way of doing it.

MrGalassi
Автор

Thank you very much, this was very helpful.

trishdoyle