angular-docs-cn/modules
Tobias Bosch 1b15170c89 refactor(core): simplify decorators
Every decorator now is made of the following:
- a function that can be used
as a decorator or as a constructor. This function
also can be used for `instanceof` checks.
- a type for this function (callable and newable)
- a type that describes the shape of the data
  that the user needs to pass to the decorator
  as well as the instance of the metadata

The docs for decorators live at the followig places
so that IDEs can discover them correctly:
- General description of the decorator is placed on the
  `...Decorator` interface on the callable function
  definition
- Property descriptions are placed on the interface
  that describes the metadata produces by the decorator
2016-09-12 22:47:54 -07:00
..
@angular refactor(core): simplify decorators 2016-09-12 22:47:54 -07:00
angular1_router fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
benchmarks refactor(benchmarks): align tree benchmark with largetable benchmark 2016-09-06 12:07:12 -07:00
benchmarks_external chore: remove obsolete dart related files 2016-09-02 15:58:46 -07:00
e2e_util refactor(benchmarks): make setup nicer 2016-08-31 11:24:22 -07:00
payload_tests/hello_world/ts refactor(core): remove deprecated 'bootstrap' (#10831) 2016-08-16 11:15:01 -07:00
playground Fix benchpress for newest protractor and selenium (#11451) 2016-09-09 10:37:47 -07:00
rollup-test build(npm): update to rxjs@5.0.0-beta.12 2016-09-12 12:05:00 -07:00
empty.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
es6-subset.d.ts chore(typings): restrict Angular to es5+collections+promise 2016-06-27 13:58:59 -07:00
system.d.ts fix(build): Remove duplicate System declarations (#10713) 2016-08-11 19:37:01 -07:00
tsconfig.json fix(build): test example directories with unit and e2e tests (#11296) 2016-09-07 16:04:33 -07:00
types.d.ts fix(build): Remove duplicate System declarations (#10713) 2016-08-11 19:37:01 -07:00