abonos Dialog Visible abonosDialogVisible : boolean = false
data Shared Expense dataSharedExpense : WritableSignal < { id : number ; name : string } [] > = ...
data Tipo Contabilidad Filter dataTipoContabilidadFilter : WritableSignal < { id : number ; name : string } [] > = ...
data User dataUser : WritableSignal < IGetUser [] > = ... dataverify dataverify : WritableSignal < { id : number ; name : string } [] > = ...
date date : Date [] | undefined
gestion Dialog Visible gestionDialogVisible : boolean = false
gestionFormaPago : number | null = null
gestion Tipo Contabilidad Id gestionTipoContabilidadId : number | null = null
gestion Valor Abono gestionValorAbono : number | null = null
historial Dialog Visible historialDialogVisible : boolean = false
historial Expense Id historialExpenseId : number = 0
message Service messageService : MessageService = ...
selected Area selectedArea : number [] = []
selected Branches selectedBranches : WritableSignal < number [] > = ...
selected Concept selectedConcept : number [] = []
selected Expense Type selectedExpenseType : number [] = []
selected Shared Expense selectedSharedExpense : number = -1
selected Tipo Contabilidad Filter selectedTipoContabilidadFilter : number = -1
selected User selectedUser : number [] = []
selected Verify selectedVerify : number = -1
sending Gestion sendingGestion : boolean = false
total Expense totalExpense : Signal < number > = ...
total Iva totalIva : Signal < number > = ...
total No Verify totalNoVerify : Signal < number > = ...
total Retention totalRetention : Signal < number > = ...
total Value totalValue : Signal < number > = ...
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.