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.
|
||
|---|---|---|
| .. | ||
| src | ||
| .clang-format | ||
| package.json | ||
| pubspec.yaml | ||
| README.md | ||
Temporary home of Material Design components for Angular 2.