feat: implement change password and send to fiscal activation modules with forms and services
This commit is contained in:
@@ -3,9 +3,11 @@ import { AppCardComponent } from '@/shared/components';
|
||||
import { Component, computed, inject } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
import { Message } from 'primeng/message';
|
||||
import { PosChangePasswordFormDialogComponent } from '../components/changePassword/form.component';
|
||||
import { PosConfigGoldPriceFormComponent } from '../components/goldPrice/form.component';
|
||||
import { PosConfigPrintFormComponent } from '../components/print/form.component';
|
||||
import { PosConfigRapidInvoiceFormComponent } from '../components/rapidInvoice/form.component';
|
||||
import { PosConfigSendToFiscalActivationFormComponent } from '../components/sendToFiscalActivation/form.component';
|
||||
|
||||
@Component({
|
||||
selector: 'pos-config-page',
|
||||
@@ -16,6 +18,8 @@ import { PosConfigRapidInvoiceFormComponent } from '../components/rapidInvoice/f
|
||||
Message,
|
||||
PosConfigGoldPriceFormComponent,
|
||||
PosConfigRapidInvoiceFormComponent,
|
||||
PosConfigSendToFiscalActivationFormComponent,
|
||||
PosChangePasswordFormDialogComponent,
|
||||
],
|
||||
})
|
||||
export class PosConfigPageComponent {
|
||||
|
||||
Reference in New Issue
Block a user