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.
|
||
|---|---|---|
| .. | ||
| button | ||
| checkbox | ||
| dialog | ||
| grid_list | ||
| input | ||
| progress-circular | ||
| progress-linear | ||
| radio | ||
| switcher | ||