/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/core/primitives/devtools/index.ts
16 строк
530 B
Cameron Smick
refactor(core): move signal debug graph interfaces to primitives/devtools
14 июл 2026, 21:09
14 июл 2026, 21:09
d997a96
Код
Авторство
О чём код?
/** * @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 {ProfilerEvent, type Profiler} from './src/profiler_types'; export {Framework} from './src/framework'; export type {DevtoolsToolDiscoveryEvent, ToolDefinition, ToolGroup} from './src/tool_definitions'; export type { DebugSignalGraph, DebugSignalGraphEdge, DebugSignalGraphNode, } from './src/debug_signal_graph';