Skip to content

mkscala/Angular2WorkshopLabs

 
 

Repository files navigation

Ultimate Angular 2 Workshop Labs

Please note that this is an "admin" project that isn't intended to be run directly.

Plunker builder adapted from the Google Angular Team's angular.io tools (adaptations by John Papa).

To Make Version Updates

  • Update package.json versions in labs folders
  • Update the following versions in the index.html files in the labs folders:
<script src="//unpkg.com/zone.js@0.6.26?main=browser"></script>
<script src="//unpkg.com/reflect-metadata@0.1.8"></script>
<script src="//unpkg.com/systemjs@0.19.40/dist/system.src.js"></script>
  • Update systemjs.config.js files:
'ts':                         'npm:plugin-typescript@5.1.2/lib/plugin.js',
'typescript':                 'npm:typescript@2.0.6/lib/typescript.js',

About

Ultimate Angular 2 Workshop Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.2%
  • CSS 5.6%
  • JavaScript 5.6%
  • TypeScript 2.6%