mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d3333f04ba
- Improve `WrappedValue` by adding `unwrap` symetrical to `wrap`. - remove dead code - `ValueUnwrapper` The property `wrapped` is an implementation details and should never be accessed directly - use `unwrap(wrappedValue)`. Will change to protected in Angular 7. PR Close #20997