Skip to content

Instantly share code, notes, and snippets.

@LayZeeDK
Last active July 15, 2018 21:40
Show Gist options
  • Save LayZeeDK/cbf0f9f2f7f353709258d028129169f4 to your computer and use it in GitHub Desktop.
Save LayZeeDK/cbf0f9f2f7f353709258d028129169f4 to your computer and use it in GitHub Desktop.
Heroes: Container component template
<app-heroes-ui
[heroes]="heroes$ | async"
title="My Heroes"
(add)="add($event)"
(remove)="delete($event)"></app-heroes-ui>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment