Skip to content

Instantly share code, notes, and snippets.

@manojdega
Created July 23, 2021 11:35
<template iterator:it={contacts}>
<li key={it.value.Id}>
<div if:true={it.first} class="list-first"></div>
{it.value.Name}, {it.value.Title}
<div if:true={it.last} class="list-last"></div>
</li>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment