refactored services and expense list
This commit is contained in:
parent
fded7f7c09
commit
6e6cced0c6
15 changed files with 125 additions and 91 deletions
14
src/app/components/add-expense/add-expense.component.ts
Normal file
14
src/app/components/add-expense/add-expense.component.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {CardComponent} from '../card/card.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-add-expense',
|
||||
imports: [
|
||||
CardComponent
|
||||
],
|
||||
templateUrl: './add-expense.component.html',
|
||||
styleUrl: './add-expense.component.scss',
|
||||
})
|
||||
export class AddExpenseComponent {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue