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