mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Add support for the `$postDigest()` and `$onDestroy()` lifecycle hooks. Better align the behavior of the `$onChanges()` and `$onInit()` lifecycle hooks with Angular 1.x: - Call `$onInit()` before pre-linking. - Always instantiate the controller before calling `$onChanges()`. |
||
|---|---|---|
| .. | ||
| change_detection_spec.ts | ||
| content_projection_spec.ts | ||
| downgrade_component_spec.ts | ||
| examples_spec.ts | ||
| injection_spec.ts | ||
| testability_spec.ts | ||
| upgrade_component_spec.ts | ||