/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/core/constants/element-ids.ts
11 строк
348 B
Kam
fix(docs-infra): keep mobile nav open when closing the search dialog
07 июл 2026, 19:54
07 июл 2026, 19:54
4b0c066
Код
Авторство
О чём код?
/*! * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export const PRIMARY_NAV_ID = 'primaryNav'; export const SECONDARY_NAV_ID = 'secondaryNav'; export const SEARCH_DIALOG_ID = 'docsSearchDialog';