Skip to content

bjorn-eiderback/angular60

 
 

Repository files navigation

Angular 2 in 60 Minutes

This is the code for the 60 minutes tutorial. You can watch it here

Prerequisites

Node.js and npm are essential to Angular development.

Get it now if it's not already installed on your machine.

Install npm packages

npm install
npm start

We also need

npm install typescript-compiler

Issues

node_modules/protractor/built/browser.d.ts(258,37): error TS2503: Cannot find namespace 'webdriver'. See http://stackoverflow.com/questions/41238376/angular2-npm-install-didnt-find-namespace-webdriver I.e. solution: npm install @types/selenium-webdriver@2.53.36 --save-dev

About

Angular in 60 minutes tutorial project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.1%
  • TypeScript 22.7%
  • HTML 10.8%
  • CSS 0.4%