This commit is contained in:
tiago.kayaya
2021-01-22 16:57:17 +01:00
parent 6419883afd
commit 3a1a3f7a4a
+5 -5
View File
@@ -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 = {