added expense view mode
This commit is contained in:
parent
fed0f7908a
commit
e127b8ec45
25 changed files with 349 additions and 125 deletions
|
|
@ -0,0 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-expense-view',
|
||||
imports: [],
|
||||
templateUrl: './expense-view.component.html',
|
||||
styleUrl: './expense-view.component.scss',
|
||||
})
|
||||
export class ExpenseViewComponent {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue