Skip to content

Instantly share code, notes, and snippets.

@markrendle
Created May 6, 2014 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markrendle/82c25018e2afcffc9af1 to your computer and use it in GitHub Desktop.
Save markrendle/82c25018e2afcffc9af1 to your computer and use it in GitHub Desktop.
AngularJS & TypeScript talk abstract

AngularJS is Google's answer to client-side JavaScript MVC application development.

TypeScript is Microsoft's answer to working large, complex JavaScript code-bases. It adds static typing and supports features from next-generation JavaScript, such as classes and modules.

Put them together and you get something a bit like WPF-style MVVM, but better. This talk will introduce AngularJS and TypeScript, and show how to combine them effectively to build real browser-based applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment