/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/projects/ng-devtools-backend/src/public-api.ts
16 строк
520 B
hawkgs
refactor(devtools): reorganize backend code
20 июл 2026, 12:15
20 июл 2026, 12:15
a7ebf1c
Код
Авторство
О чём код?
/** * @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 */ /* * Public API Surface of ng-devtools-backend */ export * from './lib'; export {findNodeFromSerializedPosition} from './lib/directive-forest/component-tree/component-tree'; export {viewSourceFromRouter} from './lib/client-event-subscribers'; export {type RoutePropertyType} from './lib/router-tree/router-tree';