Instance accessors

Public

[Symbol.toStringTag]

The getarrow-up-right accessor, with the help of toStringTag, changes the default tag to 'wrapper' in the Wrapper instance. It can be read by the typeOf() function of @angular-package/typearrow-up-right.

wrapper.class.ts
public get [Symbol.toStringTag](): string {
  return 'wrapper';
}

Last updated