iptdevs-design-system 3.1.235 → 3.1.236
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4675,6 +4675,7 @@ class CodFormComponent {
|
|
|
4675
4675
|
}
|
|
4676
4676
|
const totalData = [];
|
|
4677
4677
|
this.subscription = this.codFormControls.getControlValues().subscribe((controls) => {
|
|
4678
|
+
console.log(controls);
|
|
4678
4679
|
if (controls) {
|
|
4679
4680
|
for (let i = 1; i <= this.formSteps; i++) {
|
|
4680
4681
|
let controlsByStep = controls[i - 1];
|