Skip to content

Instantly share code, notes, and snippets.

@tomdale
Created June 4, 2019 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomdale/c2dcf4a4aae18c9fa328604533fff93f to your computer and use it in GitHub Desktop.
Save tomdale/c2dcf4a4aae18c9fa328604533fff93f to your computer and use it in GitHub Desktop.
Class Template Strawman
import Component, { gbs } from '@glimmer/component';
export default class extends Component {
static template = gbs`
<h1>Hello {{this.world}}</h1>
`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment