Last updated 3 years ago
Was this helpful?
[Symbol.toStringTag]
The accessor, with the help of toStringTag, changes the default tag to 'wrapper' in the instance. It can be read by the typeOf() function of @angular-package/type.
toStringTag
'wrapper'
typeOf()
@angular-package/type
public get [Symbol.toStringTag](): string { return 'wrapper'; }
get
Wrapper