Wraps a property value in a wrapper type.
Works standalone (without DI) by wrapping assigned values. When composed with other property decorators that define accessors, place @wrap(...) above them so it runs last and can wrap the resolved getter value.
@wrap(...)
Wraps a property value in a wrapper type.
Works standalone (without DI) by wrapping assigned values. When composed with other property decorators that define accessors, place
@wrap(...)above them so it runs last and can wrap the resolved getter value.