Horje
install angular globally Code Example
install angular cli
npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve
install angular globally
content_copy
npm install -g @angular/cli
Source: angular.io
install angular cli
npm install -g @angular/cli    //make sure you have node/npm installed 
ng new <appname>        //  eg:  ng new my-app
cd <appname>       // cd my-app
ng serve




Shell

Related
adb shell list packages Code Example adb shell list packages Code Example
failed to load module canberra-gtk-module Code Example failed to load module canberra-gtk-module Code Example
git commit username and email Code Example git commit username and email Code Example
install php zip extension ubuntu Code Example install php zip extension ubuntu Code Example
linux ext-zip * Code Example linux ext-zip * Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
17