Student Reviews
( 5 Of 5 )
1 review
Video of Ionic 5 - 02 Installing CLI in Ionic course by TechAssembler channel, video No. 3 free certified online
Installing the Angular and Ionic CLI. Required for project development.
// in your terminal i.e. cmd propt run :-
you can check nodejs version: nodejs -v
you can check npm version: npm -v
// for ionic:-
npm install -g @ionic/cli
// angular
npm install -g @angular/cli
// for ionic :-
ionic version
6.6.0
// for angular:-
ng version
for more info visit: https://medium.com/@rohanpawar330/getting-started-with-angular-and-ionic-3d337b1f1fcf