Last active
February 8, 2020 17:55
-
-
Save andrewarosario/db2f21c36b34fdd1225300951236d015 to your computer and use it in GitHub Desktop.
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
<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