Please enable JavaScript.
Coggle requires JavaScript to display documents.
<sinister-card-component> - Coggle Diagram
<sinister-card-component>
sinister-infos section
Property
sinisterStatus: SinisterStatus
Property
referenceCompany: string
Property
contractSinister: Contract
Property
sinisterNature: NatureSinister
Property
sinisterClient: Client
method
onEditClick()
method
onSaveClick()
method
onCancelClick()
Dates and locations section
Property
declarationDate: Date
Property
openingDate: Date
Property
address: string
Property
modificationDate: Date
Method
onEditClick()
Method
onSaveClick()
Method
onCancelClick()
Damage section
Property
liabilityDescription: string
Property
liabilityRate: number
Costs section
Property
personalDamage: number
Property
materialDamage: number
property
total: number
Method
onEditClick()
method
onSaveClick()
method
onCancelClick()
Expert section
Property
NewExpertFormGroup: FormGroup({})
Property
expertiseDate: string
Property
honorary: number
Method
onSaveClick()
Method
onCancelClick()
Property
expertsSuggestionList : Expert[]
<expert-card-component>
Input
expertDescription: string
Input
expertiseDate: string
Input
honorary: number
Method
onEditClick()