Converta o TypeScript em JS online
public getValue(): string {
return this.inputNode.value;
}
public get inputNode(): HTMLSelectElement {
return this.node.getElementsByTagName("select")[1];
}
}
Upset Unicorn