angular-cn/modules/angular2/test/core
Misko Hevery 60af19f0e1 refactor: rename all const to UPPER_CASE
Closes #3573

BREAKING CHANGE

Rename:
- `appComponentTypeToken` => `APP_COMPONENT`
- `coreDirectives` => `CORE_DIRECTIVES`
- `formDirectives` => `FORM_DIRECTIVES`
- `formInjectables` => `FORM_BINDINGS`
- `httpInjectables` => `HTTP_BINDINGS`
- `jsonpInjectables` => `JSONP_BINDINGS`
- `PROTO_CHANGE_DETECTOR_KEY` => `PROTO_CHANGE_DETECTOR`
- `appComponentRefPromiseToken` => `APP_COMPONENT_REF_PROMISE`
- `appComponentTypeToken` => `APP_COMPONENT`
- `undefinedValue` => `UNDEFINED`
- `formDirectives` => `FORM_DIRECTIVES`
- `DOCUMENT_TOKEN` => `DOCUMENT`
- `APP_ID_TOKEN` => `APP_ID`
- `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE_TOKEN` => `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE`
- `appBaseHrefToken` => `APP_BASE_HREF`
2015-08-13 21:18:31 +00:00
..
annotations feat: allow Type.annotations = Component(...).View(...) 2015-06-16 16:36:46 -07:00
compiler refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
life_cycle fix(core): export LifeCycle at top-level modules 2015-07-30 21:52:29 +00:00
pipes feat(pipe): added the Pipe decorator and the pipe property to View 2015-08-12 00:38:40 +00:00
testability feat(testability): hook zone into whenstable api with async support 2015-07-24 12:46:12 -07:00
zone chore(browsers): fix failing tests in IE11 2015-08-04 22:45:46 +02:00
application_spec.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
directive_lifecycle_integration_spec.ts fix: remove unused imports 2015-07-31 20:40:33 +00:00
exception_handler_spec.ts feat(exception_handler): print originalException and originalStack for all exceptions 2015-07-24 15:45:26 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts cleanup(di): renamed viewInjector and hostInjector 2015-07-31 09:49:51 -07:00