mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE:
Replace @Ancestor() with @Host() @SkipSelf()
Replace @Unbounded() wwith @SkipSelf()
Replace @Ancestor({self:true}) with @Host()
Replace @Unbounded({self:true}) with nothing
Replace new AncestorMetadata() with [new HostMetadata(), new SkipSelfMetadata()]
Replace new UnboundedMetadata() with new SkipSelfMetadata()
Replace new Ancestor({self:true}) with new HostMetadata()
|
||
|---|---|---|
| .. | ||
| binding_dart_spec.dart | ||
| forward_ref_spec.ts | ||
| injector_dart_spec.dart | ||
| injector_spec.ts | ||
| key_dart_spec.dart | ||
| key_spec.ts | ||