prepare for presantation

This commit is contained in:
Eudes Inácio
2023-08-24 18:39:31 +01:00
28 changed files with 105 additions and 211 deletions
@@ -33,6 +33,7 @@ export class ViewDocumentPage implements OnInit {
private alertController: AlertController,
) {
this.file = this.navParams.get('file');
console.log(this.file )
this.applicationId = this.navParams.get('applicationId');
this.docId = this.navParams.get('docId');
this.Document = this.navParams.get('Document')