This commit is contained in:
tykayn 2021-04-30 16:51:51 +02:00 committed by Baptiste Lemoine
parent b2b8056b7e
commit dc382017a2
2 changed files with 3 additions and 2 deletions

View File

@ -33,8 +33,8 @@
</h3>
<p class="nobold text-14" for="copyLink">
Pour partager le sondage, vous pouvez diffuser ce lien :
<a href="{{ poll.urlPublic }}">
{{ poll.urlPublic }}
<a href="{{ window.location.href }}">
{{ window.location.href }}
</a>
</p>

View File

@ -30,6 +30,7 @@ export class ConsultationComponent implements OnInit, OnDestroy {
id: '',
};
private routeSubscription: Subscription;
window: any;
constructor(
private router: Router,