Add calendar timeline

This commit is contained in:
Peter Maquiran
2021-01-27 13:57:55 +01:00
parent f92173f8f2
commit 3f89799031
8 changed files with 298 additions and 214 deletions
+8 -1
View File
@@ -94,7 +94,14 @@
<!-- most searched word-->
<div class="most-searched-words" *ngIf="!showDocuments">
<p class="title ion-text-center">Palavras mais pesquisadas</p>
<div>
<angular-tag-cloud class="world-cloud"
[data]="data"
[width]=width
[height]=height
[overflow]=true>
</angular-tag-cloud>
</div>
</div>
<!-- search result document-->