angular/devtools/projects/ng-devtools-backend/src/public-api.ts
Milo 1de7ab28b4 fix(devtools): fix some build errors from g3 typescript (#62412)
this avoids some issues with casting types

PR Close #62412
2025-07-11 10:35:22 -07:00

16 lines
491 B
TypeScript

/**
* @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/component-tree/component-tree';
export {viewSourceFromRouter} from './lib/client-event-subscribers';
export {type RoutePropertyType} from './lib/router-tree';