personal info changes

This commit is contained in:
gandhimathi 2018-11-05 12:10:52 +05:30
parent c37efd1388
commit 5425dc72de
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,6 @@ export class PersonalInfoComponent implements OnInit {
}
}, error => this.errorMessage = <any> error);
}
//<app-personal-info [pdid]="startPD"></app-personal-info>
}

View File

@ -389,6 +389,7 @@
<!-- start personal type questions -->
<ng-container *ngSwitchCase="3">
<app-personal-info [pdid]="startPD"></app-personal-info>
</ng-container>
<!-- end personal type questions -->
</ng-container>