Skip to content

Laesod/angular2quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2quickstart

based on https://angular.io/docs/js/latest/quickstart.html

requirements

The samples require the following packages to be isntalled globally.

npm install -g http-server typescript tsd jspm

ts-web

Demo: Angular2 + TypeScript loads from the Web

Loads all 3rd party libraries from web hosted servers. Not suitable for more than a demo.

ts-systemjs-npm

Demo: Angular2 + TypeScript + SystemJS + npm

Uses npm to install 3rd party libraries and system.js to load the modules. Works great, loads just what is needed.

ts-systemjs-jspm

Demo: Angular2 + TypeScript + SystemJS + jspm

Uses jspm to install 3rd party libraries and system.js to load the modules. Currently loads way too much: 2.8mb overall.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • HTML 6.3%
  • TypeScript 6.0%