@basarat


Types + JavaScript of the future

Classes and Lambdas

Source http://goo.gl/McnWTJ
Video http://goo.gl/HNnn0i
Discoverability

Refactoring

Generated DTO

Generated Services

TypeSafety is good

All our code is in TypeScript. But you can start using it quite quickly.
Let the files manage their own ordering

Fast incremental compile https://github.com/TypeStrong/grunt-ts#fast-compile
Full stack. More than just a databinding framework (Routing, Directives)

I'm sure you've seen the google trend (http://goo.gl/psnLgv)


Does not impose any restrictions on your code.
Just works with JavaScript.

AtScript Premier http://goo.gl/Fwczpf
class MyClass {
methodA(name:string):int {
var length:int = name.length;
return length;
}
}linkto

Put it on $rootScope

Easy to do from controllers

Must to manage your frontend.

Check in your node_modules folder
Let it do the clicking for you.
Prevents backend regressions and allows easier refactoring.

Sample Spec


Test users setup
