diff --git a/src/app/pages/search/search.page.ts b/src/app/pages/search/search.page.ts index ba7165846..637a0496c 100644 --- a/src/app/pages/search/search.page.ts +++ b/src/app/pages/search/search.page.ts @@ -5,7 +5,7 @@ import { SearchService } from "../../services/search.service"; import { SearchCategory } from "src/app/models/search-category"; import { SearchDocument } from "src/app/models/search-document"; import { formatDate } from '@angular/common'; -import { CloudData, CloudOptions } from 'angular-tag-cloud-module'; +/* import { CloudData, CloudOptions } from 'angular-tag-cloud-module'; */ import { SenderPage } from 'src/app/pages/search/sender/sender.page'; import { OrganicEntityPage } from 'src/app/pages/search/organic-entity/organic-entity.page'; @@ -33,19 +33,19 @@ export class SearchPage implements OnInit { showDocuments = false; showAdvanceSearch = false; - options: CloudOptions = { + /* options: CloudOptions = { // if width is between 0 and 1 it will be set to the width of the upper element multiplied by the value width: 1000, // if height is between 0 and 1 it will be set to the height of the upper element multiplied by the value height: 400, overflow: false, - }; + }; */ - data: CloudData[] = [ + /* data: CloudData[] = [ {text: 'Weight-8-link-color', weight: 8, link: 'https://google.com', color: '#ffaaee'}, {text: 'Weight-10-link', weight: 10, link: 'https://google.com', tooltip: 'display a tooltip'}, // ... - ]; + ]; */ // See http://idangero.us/swiper/api/ for valid options. slideOpts = {