Skip to content

Instantly share code, notes, and snippets.

@ketan-benegal
Created March 14, 2019 12:50
Show Gist options
  • Save ketan-benegal/85c2a8c0245f94174465aeb25109b470 to your computer and use it in GitHub Desktop.
Save ketan-benegal/85c2a8c0245f94174465aeb25109b470 to your computer and use it in GitHub Desktop.
import { LightningElement, track } from 'lwc';
export default class CloudFountain extends LightningElement {
@track greeting = 'Cloud Fountain';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment