Skip to content

Instantly share code, notes, and snippets.

@josiahhaswell
Created December 19, 2018 20:32
Show Gist options
  • Save josiahhaswell/984e1ca3d164754e7bceb5e9dda8549f to your computer and use it in GitHub Desktop.
Save josiahhaswell/984e1ca3d164754e7bceb5e9dda8549f to your computer and use it in GitHub Desktop.
@customElement('hello')
export class HelloElement {
@bindable label: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment