This is the code for the 60 minutes tutorial. You can watch it here
Node.js and npm are essential to Angular development.
Get it now if it's not already installed on your machine.npm install
npm startnpm install typescript-compiler
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