We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#174
The text was updated successfully, but these errors were encountered:
Tried to play around, but cannot repro
@customElement({ name: 'custom-element', template }) export class CustomElementCustomElement { @bindable foo: string = ''; @bindable bar; hello(arg?: any) {} qux; thisisnothing; okaynext; useFoo() { this.foo; this.qux this.hello(this.thisisnothing); this.thisisnothing; this.okaynext; } }
Sorry, something went wrong.
Another angle:
No branches or pull requests
#174
The text was updated successfully, but these errors were encountered: