Wednesday, 2 December, 2015 UTC


Summary

AngularClass will be hosting an ES6 and TypeScript workshops in the heart of San Francisco on December 7th. I personally believe that the future of JavaScript is going to be amazing with more teams adopting ES6 and TypeScript. Here’s a list of ES6 features we will be going over as well as the reasons why we need them.
  • arrows functions
  • classes
  • enhanced object literals
  • template strings
  • destructuring
  • default + rest + spread
  • let + const
  • iterators + for..of
  • modules
  • map + set + weakmap + weakset
  • symbols
  • promises
Most importantly we will cover the basics of compiling ES6 to ES5 using Babel with 2 different build tools Webpack and Browserify.
  • Webpack
  • Browserify
Our TypeScript workshop will be taught by Blake Embrey covering these features
  • accessors
  • parameter properties
  • static properties
  • argument types
  • public modifiers
  • protected modifiers
  • private modifiers
  • constructor metadata
  • decorators
  • type packaging with typings
  • generics
  • type inferences
He will also explain the reason why we should learn TypeScript and how TypeScript helped him write better code.
With the adoption of these new features frameworks such as Angular 2 will be able to provide developers with a lot less syntax overhead. The material above is all that you need to work intuitively with Angular 2 today and in the future. With that said we are providing a 30% discount for people who are also excited for Angular 2.
AngularClass: ES6 and TypeScript training
December 7th, 2015 »
The post ES6 and TypeScript workshop December 7th, 2015 appeared first on AngularClass.