arreglo share button

This commit is contained in:
Paola 2021-08-01 00:16:06 -06:00
parent b19757ff71
commit 45dffde982
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@
[url]="baseURL"
[image]="'../../../content/img_datasurvey/datasurvey-logo-text-white-PNG.png'"
[autoSetMeta]="false"
[title]="'Encuesta en DataSurvey'"
></share-buttons>
</div>

View File

@ -11,6 +11,7 @@ export class EncuestaCompartirDialogComponent implements OnInit {
encuesta?: IEncuesta;
baseURL: string = '';
imagen: string = '';
mensaje: string = 'Encuesta en DatasSurvey';
name = 'ngx sharebuttons';
constructor(protected activeModal: NgbActiveModal) {}