mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE
The @Parent annotation has been removed. Use @Ancestor instead.
@Parent was used to enforce a particular DOM structure (e.g., a pane component is a direct child of the tabs component).
DI is not the right mechanism to do it. We should enforce it using schema instead.
|
||
|---|---|---|
| .. | ||
| binding_dart_spec.dart | ||
| forward_ref_spec.ts | ||
| injector_dart_spec.dart | ||
| injector_spec.ts | ||
| key_dart_spec.dart | ||
| key_spec.ts | ||