Skip to content

Source code of code samples from the 9-hr online Angular workshop

Notifications You must be signed in to change notification settings

tzhotmail/angular9hr

 
 

Repository files navigation

angular9hr

Source code of code samples from my 9-hr online Angular workshop

Preparing the environment

  1. Download and install the current version of Node.js from https://nodejs.org
  2. Install one of these IDEs: Visual Studio Code (https://code.visualstudio.com) or WebStorm (https://www.jetbrains.com/webstorm).
  3. If you have Angular CLI older than 7.0.0, uninstall it by running the following command: npm uninstall @angular/cli -g
  4. Install the latest Angular CLI:
npm install @angular/cli -g
  5. Check that you have Angular CLI 7 installed by running the following command:
ng version

About

Source code of code samples from the 9-hr online Angular workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.6%
  • JavaScript 12.0%
  • HTML 1.9%
  • CSS 0.5%