angular-cn/modules
Martin Probst 35e882e74f feat: add constructors without type arguments.
As the constructed objects have an any type, the
resulting containers are assignable to any type:

    var x: Map<string, number> = new Map();

That is useful to avoid having to specify types
twice when declaration and assignment are in
different places.
2015-06-18 14:55:12 -07:00
..
angular2 feat: add constructors without type arguments. 2015-06-18 14:55:12 -07:00
angular2_material chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
benchmarks feat(query): added support for querying by var bindings 2015-06-17 16:36:55 -07:00
benchmarks_external feat: adjust formatting for clang-format v1.0.19. 2015-06-12 09:51:57 -07:00
benchpress fix(benchpress): do not throw on unkown frame timestamp event 2015-06-18 13:48:08 -07:00
examples chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
rtts_assert feat: adjust formatting for clang-format v1.0.19. 2015-06-12 09:51:57 -07:00