Angular: Getting Started

All notes and code based on the work done by Deborah Kurata

Setup

Install the tools needed.

  • Editor Visual Studio (VS) Code is recommend
  • NPM (Node Package Manager) which is the online registry of packages
  • Cannot install NPM directly, you have to install Node which will pull down NPM for you

Related Content