mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Document Viewer Review
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ import { DailyWorkTask } from '../../../../models/dailyworktask.model';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { formatDate } from '@angular/common';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'app-expediente-detail',
|
||||
templateUrl: './expediente-detail.page.html',
|
||||
@@ -43,7 +44,7 @@ export class ExpedienteDetailPage implements OnInit {
|
||||
|
||||
viewDocument()
|
||||
{
|
||||
const browser = this.iab.create(this.task.DocumentURL);
|
||||
const browser = this.iab.create(this.task.DocumentURL,"_blank");
|
||||
browser.show();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user