[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 Wrapper
. It can be read by the typeOf()
function of @angular-package/type
.
wrapper.class.ts
Example usage
Last updated