implemented consistent styling
This commit is contained in:
parent
6e6cced0c6
commit
0e2e2f9e84
8 changed files with 59 additions and 46 deletions
|
|
@ -1,12 +1,14 @@
|
|||
import {Component, input} from '@angular/core';
|
||||
import { Component, input } from '@angular/core';
|
||||
import { Expense } from '../../services/expense.service';
|
||||
import {CurrencyPipe, DatePipe} from '@angular/common';
|
||||
import { CurrencyPipe, DatePipe } from '@angular/common';
|
||||
import { CardComponent } from '../card/card.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-expense',
|
||||
imports: [
|
||||
CurrencyPipe,
|
||||
DatePipe
|
||||
DatePipe,
|
||||
CardComponent
|
||||
],
|
||||
templateUrl: './expense.component.html',
|
||||
styleUrl: './expense.component.scss',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue