scaffold expense list
This commit is contained in:
parent
7bb21f8796
commit
fded7f7c09
22 changed files with 253 additions and 133 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { ExpenseList } from '../../components/expense-list/expense-list';
|
||||
import { ExpenseListComponent } from '../../components/expense-list/expense-list.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-expenses',
|
||||
imports: [
|
||||
ExpenseList
|
||||
ExpenseListComponent
|
||||
],
|
||||
templateUrl: './expenses.html',
|
||||
styleUrl: './expenses.scss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue