/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/src/app/shared/cookie-popup/cookie-popup.html
14 строк
427 B
Kristiyan Kostadinov
build: enable style lint for docs site
29 апр 2025, 15:02
29 апр 2025, 15:02
b44111c
Код
Авторство
О чём код?
@if (!hasAccepted) { <div class="docs-popup"> This site uses cookies from Google to deliver its services and to analyze traffic. <div class="docs-buttons"> <a href="https://policies.google.com/technologies/cookies" mat-button target="_blank" rel="noopener">More details</a> <button mat-button color="primary" (click)="accept()">Okay, got it</button> </div> </div> }