Last active
August 26, 2020 04:27
-
-
Save olopsman/97c15e4ad7e5f56003543191cb8606b1 to your computer and use it in GitHub Desktop.
lwc-api
This file contains 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
<template> | |
<div> | |
<c-course course-title="Learning Lightning Web Components"></c-course> | |
<c-course course-title="Learning Decorators"></c-course> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment