angular/modules/angular2/test/common
Tobias Bosch 152a117d5c fix(compiler): properly implement pure pipes and change pipe syntax
Pure pipes as well as arrays and maps are
implemented via proxy functions. This is
faster than the previous implementation
and also generates less code.

BREAKING CHANGE:
- pipes now take a variable number of arguments, and not an array that contains all arguments.
2016-04-25 09:04:22 -07:00
..
directives feat(NgTemplateOutlet): add NgTemplateOutlet directive 2016-04-20 04:28:59 +00:00
forms fix(forms): ensure select model updates in firefox and ie 2016-04-22 21:23:20 +00:00
pipes fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
spies.dart refactor(test): Remove unnecessary noSuchMethod 2016-01-15 22:53:09 +00:00
spies.ts feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00