Skip to content

EmpeRoar/ng2-fundamentals

 
 

Repository files navigation

Angular 2 Fundamentals Course

This is the getting started package for the Pluralsight course on Angular 2 Fundamentals found here: http://app.pluralsight.com/courses/angular-fundamentals

Course Status

The course is currently up-to-date.

Getting Started

Be sure you're running the recommended node version, which is 6.3.0+: node --version

Follow along with the course linked above. To start the server:

npm install
npm start

Install Karma

  1. npm i -g karma-cli@1.0.18

  2. npm i karma@1.3.0 karma-chrome-launcher@2.0.0 karma-jasmine@1.0.2 jasmine-core@2.5.2 @types/jasmine@2.5.38 -D


Linting

npm install tslint --save-dev

npm install tslint -g <--- installing globally

Packages

No packages published

Languages

  • TypeScript 67.5%
  • HTML 21.6%
  • JavaScript 9.8%
  • CSS 1.1%