angular-cn/packages/core/test
Victor Berchet 0833b59aab refactor(core): add a checkIndex to the compiler view nodes
Each node now has two index: nodeIndex and checkIndex.

nodeIndex is the index in both the view definition and the view data.
checkIndex is the index in in the update function (update directives and update
renderer).

While nodeIndex and checkIndex have the same value for now, having both of them
will allow changing the structure of view definition after compilation (ie for
runtime translations).
2017-10-04 14:55:54 -07:00
..
animation feat(animations): support negative query option values 2017-09-26 12:02:56 -07:00
change_detection refactor(core): remove toString() method from DefaultIterableDiffer 2017-08-15 16:29:44 -07:00
debug fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
di feat(core): Create StaticInjector which does not depend on Reflect polyfill. 2017-08-07 15:40:15 -07:00
dom build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
linker build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
metadata perf(core): Remove decorator DSL which depends on Reflect 2017-08-11 09:27:07 -07:00
reflection build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
testability fix(upgrade): add testability hook to downgraded component 2017-09-12 16:59:27 -04:00
util perf(core): Remove decorator DSL which depends on Reflect 2017-08-11 09:27:07 -07:00
view refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
zone feat(core): support for bootstrap with custom zone (#17672) 2017-09-21 16:51:48 -07:00
application_init_spec.ts build: enable TSLint on the packages folder 2017-07-31 15:47:57 -07:00
application_module_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
application_ref_spec.ts feat(core): support for bootstrap with custom zone (#17672) 2017-09-21 16:51:48 -07:00
component_fixture_spec.ts refactor(animations): make animation testing work with fixture.whenRenderingDone 2017-05-16 17:39:57 -07:00
dev_mode_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
directive_lifecycle_integration_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
error_handler_spec.ts fix(core): ErrorHandler should not rethrow an error by default (#15077) (#15208) 2017-03-16 12:58:41 -07:00
event_emitter_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
fake_async_spec.ts feat(core): update zone.js to 0.8.10 and expose the flush method (#16860) 2017-05-22 12:19:21 -06:00
forward_ref_integration_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
spies.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
testing_internal_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
util_spec.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00