2024-07-23 16:50:12 +00:00
|
|
|
@if (!hasAccepted()) {
|
2025-11-15 05:11:35 +00:00
|
|
|
<div class="docs-cookies-popup docs-invert-mode">
|
|
|
|
|
<p>This site uses cookies from Google to deliver its services and to analyze traffic.</p>
|
2024-07-23 16:50:12 +00:00
|
|
|
|
2025-11-15 05:11:35 +00:00
|
|
|
<div>
|
|
|
|
|
<a
|
|
|
|
|
href="https://policies.google.com/technologies/cookies"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener"
|
|
|
|
|
class="docs-primary-btn"
|
|
|
|
|
aria-label="Learn more about how Google uses cookies"
|
|
|
|
|
text="Learn more"
|
|
|
|
|
>
|
2024-07-23 16:50:12 +00:00
|
|
|
Learn more
|
2025-11-15 05:11:35 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<button
|
|
|
|
|
type="button"
|
|
|
|
|
(click)="accept()"
|
|
|
|
|
class="docs-primary-btn"
|
|
|
|
|
text="Ok, Got it"
|
|
|
|
|
aria-label="Ok, Got it"
|
|
|
|
|
>
|
|
|
|
|
Ok, Got it
|
2024-07-23 16:50:12 +00:00
|
|
|
</button>
|
2025-11-15 05:11:35 +00:00
|
|
|
</div>
|
2024-07-23 16:50:12 +00:00
|
|
|
</div>
|
|
|
|
|
}
|