mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3aac2fefd7
BREAKING_CHANGE: - The special type of `Viewport` directives is removed in favor of a more general `Decorator` directive - `ViewContainerRef` now no more has a default `ProtoViewRef` but requires an explicit one when creating views. Closes #1536