toString()
Attribute.prototype.toString()
Attribute.prototype.toString()public toString(): `${Name}="${Value}"` {
return this.valueOf();
}Returns
Example usage
// Example usage.
import { Attribute } from '@angular-package/tag';
Last updated