css assets : ps
This commit is contained in:
parent
46f7cba39f
commit
d67d0a3c66
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
||||
|
||||
mat-form-field {
|
||||
margin: 0 2%;
|
||||
}
|
||||
}
|
||||
$base-card-box-shadow:1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08) !important;
|
||||
$product-bg-color-hover: rgba(103, 58, 183, 0.7);
|
||||
.p-list-main {
|
||||
|
||||
@ -507,6 +507,7 @@ public m_investmentType = [];
|
||||
//insurance_type: [''],
|
||||
premium_paid: [''],
|
||||
frequency_mode: [''],
|
||||
other_frequency_mode:[''],
|
||||
sum_assured: [''],
|
||||
members_coverd: ['']
|
||||
});
|
||||
@ -582,6 +583,7 @@ public m_investmentType = [];
|
||||
//insurance_type: [data.insurance_type],
|
||||
premium_paid: [data.premium_paid],
|
||||
frequency_mode: [data.frequency_mode],
|
||||
other_frequency_mode:[data.other_frequency_mode],
|
||||
sum_assured: [data.sum_assured],
|
||||
members_coverd: [data.members_coverd]
|
||||
});
|
||||
|
||||
@ -289,8 +289,8 @@ validateAllFormFields(formGroup: any) {
|
||||
|
||||
/** To Convert Month into Year */
|
||||
ConvertMonthintoYear(itemrow,e){
|
||||
console.log(itemrow);
|
||||
console.log(e);
|
||||
// console.log(itemrow);
|
||||
// console.log(e);
|
||||
let year = itemrow.controls.year_relation_applicant.value;
|
||||
|
||||
let converted_month : number = e%12;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user