angular/modules/@angular/core/src
Eudes Petonnet-Vincent d91a86aac6 fix(upgrade): fix downgrade content projection and injector inheritance
- Full support for content projection in downgraded Angular 2
  components. In particular, this enables multi-slot projection and
  other features on <ng-content>.
- Correctly wire up hierarchical injectors for downgraded Angular 2
  components: downgraded components inherit the injector of the first
  other downgraded Angular 2 component they find up the DOM tree.

Closes #6629, #7727, #8729, #9643, #9649, #12675
2016-12-14 13:02:27 -08:00
..
animation perf(animations): always run the animation queue outside of zones 2016-12-14 12:59:36 -08:00
change_detection refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
debug fix(animations): retain styling when transition destinations are changed (#12208) 2016-11-14 16:59:06 -08:00
di feat(core): properly support inheritance 2016-11-28 14:12:12 -08:00
i18n feat(i18n): pass translation config directly into ngc (#10622) 2016-08-12 14:45:36 -07:00
linker fix(upgrade): fix downgrade content projection and injector inheritance 2016-12-14 13:02:27 -08:00
metadata docs(core): update OnDestroy description (#13369) 2016-12-12 16:45:56 -08:00
profile refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
reflection feat(core): properly support inheritance 2016-11-28 14:12:12 -08:00
render fix(animations): retain styling when transition destinations are changed (#12208) 2016-11-14 16:59:06 -08:00
testability refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
util feat(core): properly support inheritance 2016-11-28 14:12:12 -08:00
zone refactor(NgZone): merge NgZoneImpl and NgZone (#12104) 2016-10-06 15:23:37 -07:00
application_init.ts refactor(facade): move isPromise to core private (#10573) 2016-09-18 15:55:08 -07:00
application_module.ts perf(animations): always run the animation queue outside of zones 2016-12-14 12:59:36 -08:00
application_ref.ts feat(core): add attachView / detachView to ApplicationRef 2016-11-14 17:01:35 -08:00
application_tokens.ts refactor(facade): inline StringWrapper (#12051) 2016-10-06 15:10:27 -07:00
change_detection.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
console.ts refactor(core): simplify decorators 2016-09-12 22:47:54 -07:00
core.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
core_private_export.ts perf(compiler): introduce direct rendering 2016-11-03 16:29:51 -07:00
di.ts refactor(core): simplify decorators 2016-09-12 22:47:54 -07:00
error_handler.ts docs(ExceptionHandler): fix API docs (#11772) 2016-09-24 07:05:43 +09:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
linker.ts feat(router): register NgModuleFactory objects. (#11211) 2016-09-01 13:46:08 -07:00
metadata.ts refactor: misc cleanup 2016-09-22 11:01:16 -07:00
platform_core_providers.ts refactor: misc cleanup 2016-09-22 11:01:16 -07:00
render.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
security.ts refactor: rename SanitizationService to Sanitizer and DomSanitizationService to DomSanitizer (#11085) 2016-08-25 15:41:19 -07:00
type.ts refactor: misc cleanup 2016-09-22 11:01:16 -07:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
version.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
zone.ts refactor(chore): remove deprecated NgZoneError (#10822) 2016-08-15 16:10:30 -07:00