Setting up your first Angular(2) Project Using Angular CLI
Angular CLI is a command line tool which makes it easy for creating and scaffolding an application that works and follows solid practices. Installation Note: Before you install angular-cli make sure you have1. Node 6.9.0 or higher (node -v)2. NPM 3 or higher (npm -v) To Install the Angular CLI npm install -g angular/cli That’s … Read more Setting up your first Angular(2) Project Using Angular CLI