added material design components
This commit is contained in:
parent
8bf9875e8e
commit
17531f7c29
16 changed files with 236 additions and 164 deletions
|
|
@ -1,18 +0,0 @@
|
|||
import { Component, input } from '@angular/core';
|
||||
import { Expense } from '../../services/expense.service';
|
||||
import { CurrencyPipe, DatePipe } from '@angular/common';
|
||||
import { CardComponent } from '../card/card.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-expense',
|
||||
imports: [
|
||||
CurrencyPipe,
|
||||
DatePipe,
|
||||
CardComponent
|
||||
],
|
||||
templateUrl: './expense.component.html',
|
||||
styleUrl: './expense.component.scss',
|
||||
})
|
||||
export class ExpenseComponent {
|
||||
public expense = input.required<Expense>();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue