Skip to content

Instantly share code, notes, and snippets.

@NickBranstein
Last active January 28, 2018 20:34
Show Gist options
  • Select an option

  • Save NickBranstein/0fafc3a6c1942de977cd2ab0bcd8e045 to your computer and use it in GitHub Desktop.

Select an option

Save NickBranstein/0fafc3a6c1942de977cd2ab0bcd8e045 to your computer and use it in GitHub Desktop.
Reusable Card Component with NativeScript and Angular
<ng-template let-item="item">
<Label [nsRouterLink]="['/item', item.id]" [text]="item.name"
class="list-group-item"></Label>
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment