angular/modules/angular2/src
Alex Eagle 8681f79182 chore(typings): move comments to decorator args.
The properties of the annotation classes are not really the public API.
Users will interact with these via a decorator, and the decorator
takes a single arg, typed with the args class. Thus the comment is
more useful on the arg class.

This also fixes the problem of intellisense/autocomplete not showing
the important docs as you fill in the properties in a decorator
declaration.
2015-07-06 17:25:59 -07:00
..
change_detection feat(pipes): add limitTo pipe 2015-07-01 13:36:01 -07:00
core chore(typings): move comments to decorator args. 2015-07-06 17:25:59 -07:00
debug fix(build): add missing return types now enforced by linter 2015-06-29 15:31:41 -07:00
di fix(di): injecting null causes a cyclic dependency 2015-07-01 17:08:45 -07:00
directives feat(pipes): support arguments in transform function 2015-07-01 13:36:01 -07:00
dom chore(typing): use types for DOM API 2015-07-01 09:57:11 -07:00
facade feat(router): support deep-linking to anywhere in the app 2015-06-30 17:21:50 -07:00
forms feat(typings): mark void methods in angular2.d.ts 2015-07-06 17:25:59 -07:00
http fix(Http): add support for headers 2015-07-06 10:06:12 -07:00
mock fix(build): add missing return types now enforced by linter 2015-06-29 15:31:41 -07:00
reflection feat(transformer): Support @Injectable() on static functions 2015-07-06 15:47:54 -07:00
render fix(compiler): detect and strip data- prefix from bindings 2015-07-02 17:32:12 +02:00
router fix(router): child routers should delegate navigation to the root router 2015-07-02 23:21:33 -07:00
services refactor(UrlResolver): move away from the anchor link 2015-06-24 18:40:03 +02:00
test_lib chore(test): remove TestBed 2015-06-29 14:18:33 -07:00
transform fix(transformer): Put paramater data in the same order as the reflected version. 2015-07-06 15:48:00 -07:00
util fix(build): add missing return types now enforced by linter 2015-06-29 15:31:41 -07:00