Skip to content

Instantly share code, notes, and snippets.

@andrewarosario
Last active February 8, 2020 17:55
Show Gist options
  • Save andrewarosario/db2f21c36b34fdd1225300951236d015 to your computer and use it in GitHub Desktop.
Save andrewarosario/db2f21c36b34fdd1225300951236d015 to your computer and use it in GitHub Desktop.
<div class="categories">
<p>Cashflow Categories</p>
<app-category
*ngFor="let category of settingsFacade.cashflowCategories$ | async"
[category]="category"
(update)="settingsFacade.updateCashflowCategory($event)"
(remove)="settingsFacade.removeCashflowCategory($event)"
></app-category>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment