Skip to content

Instantly share code, notes, and snippets.

@raviduttsharma
Created March 29, 2020 15:32
import { LightningElement, api } from 'lwc';
export default class CovidCounts extends LightningElement {
@api covidCounts = {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment