/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/core/constants/keys.ts
12 строк
343 B
twerske
docs: add angular.dev (#52536)
06 ноя 2023, 22:15
06 ноя 2023, 22:15
651c347
Код
Авторство
О чём код?
/*! * @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 COMMAND = 'Command'; export const CONTROL = 'Control'; export const ESCAPE = 'Escape'; export const SEARCH_TRIGGER_KEY = 'k';