From b5ad5534e63a94051c8f6abb49667535ae37502d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= Date: Thu, 22 Jul 2021 09:32:17 -0400 Subject: [PATCH] fix(demo): https url and extra dependencies removed --- demo/src/app/common/entity-table/entity-table.component.ts | 2 +- demo/src/app/geo/print/print.component.html | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/demo/src/app/common/entity-table/entity-table.component.ts b/demo/src/app/common/entity-table/entity-table.component.ts index 021546799d..b8d6d91b71 100644 --- a/demo/src/app/common/entity-table/entity-table.component.ts +++ b/demo/src/app/common/entity-table/entity-table.component.ts @@ -84,7 +84,7 @@ export class AppEntityTableComponent implements OnInit, OnDestroy { const ids = [2, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]; const entities = ids.map(id => { - return { id , name: `Name ${id}`, description: `Description ${id}`, url: 'https://igouverte.org', image: 'http://www.igouverte.org/assets/img/Igo_logoavec.png'}; + return { id , name: `Name ${id}`, description: `Description ${id}`, url: 'https://igouverte.org', image: 'https://www.igouverte.org/assets/img/Igo_logoavec.png'}; }); this.store.load(entities); } diff --git a/demo/src/app/geo/print/print.component.html b/demo/src/app/geo/print/print.component.html index c7865faf9d..e7ce12e6bb 100644 --- a/demo/src/app/geo/print/print.component.html +++ b/demo/src/app/geo/print/print.component.html @@ -2,12 +2,6 @@ Geo Print -
  • npm install --save html2canvas@1.0.0-alpha.12
  • -
  • npm install --save jspdf@1.4.1
  • -
  • npm install --save file-saver@1.3.8
  • -
  • npm install --save jszip@3.1.5
  • -
  • npm install --save stream@0.0.2
  • -
  • Dependencies: LanguageService