|
|
|
|
|
|
|
|
exports.LoanEditComponent = void 0; |
|
|
exports.LoanEditComponent = void 0; |
|
|
var core_1 = require("@angular/core"); |
|
|
var core_1 = require("@angular/core"); |
|
|
var forms_1 = require("@angular/forms"); |
|
|
var forms_1 = require("@angular/forms"); |
|
|
var sample_product_1 = require("../models/sample_product"); |
|
|
|
|
|
var LoanEditComponent = /** @class */ (function () { |
|
|
var LoanEditComponent = /** @class */ (function () { |
|
|
//form access |
|
|
//form access |
|
|
//@ViewChild('birthDate', {static: true}) birthDate: LoanEditComponent; |
|
|
//@ViewChild('birthDate', {static: true}) birthDate: LoanEditComponent; |
|
|
|
|
|
|
|
|
{ text: 'William', value: 3 } |
|
|
{ text: 'William', value: 3 } |
|
|
]; |
|
|
]; |
|
|
this.statis = { text: 'Female', value: 2 }; |
|
|
this.statis = { text: 'Female', value: 2 }; |
|
|
this.gridData = sample_product_1.sampleProducts; |
|
|
|
|
|
} |
|
|
} |
|
|
LoanEditComponent.prototype.ngOnInit = function () { |
|
|
LoanEditComponent.prototype.ngOnInit = function () { |
|
|
}; |
|
|
}; |