Skip to content

ngsrilanka/S01-Introduction-to-Angular

Repository files navigation

01 - Introduction to Angular

Prerequisites

  • Node.js. - If you have not downloaded and installed Node in your computer: Download Node. https://nodejs.org/en/download/ and install.
  • Angular CLI - Install Angular CLI globally
npm install -g @angular/cli

How to create a new Angular project

1. Angular cli command - ng new "projectname"
2. Once it's created , navigate to the project directory (cd "foldername")
3. Run the application : ng serve –open