Skip to content

Instantly share code, notes, and snippets.

@olopsman
Last active August 26, 2020 04:55
Show Gist options
  • Save olopsman/f1c1161c6eb255b317facf4b3e154876 to your computer and use it in GitHub Desktop.
Save olopsman/f1c1161c6eb255b317facf4b3e154876 to your computer and use it in GitHub Desktop.
import {LightningElement, api, track} from 'lwc';
export default class Course extends LightningElement {
@api courseTitle;
@track courseLevel = 'Beginner';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment