Instance accessors

Public

[Symbol.toStringTag]

The get 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/type.

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

Last updated