Created
June 4, 2019 13:58
-
-
Save tomdale/c2dcf4a4aae18c9fa328604533fff93f to your computer and use it in GitHub Desktop.
Class Template Strawman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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