Jeff Cross
|
8ed22ce6e7
|
chore: update all import paths
|
2015-08-25 15:33:23 -07:00 |
|
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 |
|
Alex Eagle
|
19d8b221b4
|
fix(typings): test our .d.ts with --noImplicitAny
This matches how DefinitelyTyped tests it, so we are
one step closer to publishing the same file we generate.
See #3195
|
2015-07-24 11:24:44 -07:00 |
|
Misko Hevery
|
3ab8a0c438
|
chore(docs): adding docs to core.ts and annotations.ts
|
2015-07-07 20:04:13 -07:00 |
|
Kevin Moore
|
393f703a97
|
fix: export top-level pipe factories as const
Also appComponent(Ref|Type)Token
Related to https://github.com/angular/angular/issues/1485
|
2015-06-25 15:16:24 -07:00 |
|
Tobias Bosch
|
e61d82b9be
|
refactor(core): ts’ify core
|
2015-05-20 16:30:41 -07:00 |
|