How to install specific version of Angular using CLI?

Опубликовано: 29 Октябрь 2024
на канале: Code with Sloba
14,310
146

Perhaps your library doesn't support latest version of Angular? How to install specific version?
You can install any specific version of Angular framework using CLI tool. First you need to install Node project and desired CLI version.

Commands:
npm init -y
npm i @angular/[email protected]
ng new old-ang
cd old-ang
ng serve

0:00 Intro
0:35 Node project generation
0:55 Angular CLI install
1:10 Angular project install
1:50 Project starting
3:07 Outro

Linkedin: link   / slobodan-gajic  
Twitter:   / _slobodangajic_  
Portfolio: https://bobangajicsm.github.io/portfo...

~-~~-~~~-~~-~
Please watch: "How to create awesome CSS text animation? Easy with keyframes! "
   • How to create awesome CSS text animat...  
~-~~-~~~-~~-~