/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.4
devtools/src/communication.ts
10 строк
333 B
hawkgs
fix(devtools): message bus URI conflict between dev and prod apps
10 ноя 2025, 18:47
10 ноя 2025, 18:47
2d7a723
Код
Авторство
О чём код?
/** * @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 DEVTOOLS_FRONTEND_URI = 'angular-devtools-dev'; export const DEVTOOLS_BACKEND_URI = 'angular-devtools-dev-backend';