get [Symbol.toStringTag]()
[Symbol.toStringTag]
[Symbol.toStringTag]
The get
accessor toStringTag
of the Symbol
changes the default tag String
of the instance to the custom tag Wrap
. It can be read by the typeOf()
function of @angular-package/type
.
wrap.class.ts
Return type
Example usage
Last updated