diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 355ea31..9af0b6e 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -14,6 +14,7 @@ import { MatRadioModule } from '@angular/material/radio'; import { MatSelectModule } from '@angular/material/select'; import { MatSidenavModule } from '@angular/material/sidenav'; import { MatToolbarModule } from '@angular/material/toolbar'; +import { MatCheckboxModule } from '@angular/material/checkbox'; import { AppComponent } from './app.component'; import { TransactionsComponent } from './transactions/transactions.component'; @@ -99,6 +100,7 @@ export const CustomCurrencyMaskConfig: CurrencyMaskConfig = { HttpClientModule, CurrencyMaskModule, ChartsModule, + MatCheckboxModule, ], providers: [ { provide: CURRENCY_MASK_CONFIG, useValue: CustomCurrencyMaskConfig }, diff --git a/src/app/categories/add-edit-category/add-edit-category.component.html b/src/app/categories/add-edit-category/add-edit-category.component.html index 0207a4d..0ebbf1d 100644 --- a/src/app/categories/add-edit-category/add-edit-category.component.html +++ b/src/app/categories/add-edit-category/add-edit-category.component.html @@ -12,6 +12,7 @@ Expense Income + Archived