/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/shared-docs/components/cookie-popup/cookie-popup.component.html
36 строк
921 B
Kam
feat(docs-infra): greet visitors with Angie in the cookie popup
15 июл 2026, 21:54
15 июл 2026, 21:54
6a3487f
Код
Авторство
О чём код?
@if (!hasAccepted()) { <div class="docs-cookies-popup docs-invert-mode"> <div class="docs-cookies-popup-header"> <img class="docs-cookies-popup-angie" src="assets/images/angie/greeting.svg" alt="" aria-hidden="true" /> <p>This site uses cookies from Google to deliver its services and to analyze traffic.</p> </div> <div class="docs-cookies-popup-actions"> <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" > Learn more </a> <button type="button" (click)="accept()" class="docs-primary-btn" text="Ok, Got it" aria-label="Ok, Got it" > Ok, Got it </button> </div> </div> }