Florian van der Wielen / @FlorianvdWielen
http://marcysutton.github.io/angular-a11y
"The ngAria module provides support for adding ARIA attributes that convey state or semantic information about the application in order to allow assistive technologies to convey appropriate information to persons with disabilities"
simply add:
angular.module('app', ['ngAria']);
prevent silent errors
Simply add
<html ng-app='sample' ng-hint>
<html>
hints on
hints on
implemented via decorators
documentation on steroids
DI.js
documentation pipeline
chain of processors modifying source code to doclets
Transpiler to javascript
Use features from the future today
Write simpler, cleaner code and less boiler plate
"Is this code fast enough?"
60 fps web apps
macro benchmarks
A good benchmark is...
https://github.com/angular/benchpress
In development, frequent breaking changes