2021-12-10 02:37:01 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google LLC All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
2024-09-20 15:23:15 +00:00
|
|
|
* found in the LICENSE file at https://angular.dev/license
|
2021-12-10 02:37:01 +00:00
|
|
|
*/
|
|
|
|
|
|
2020-01-27 18:40:18 +00:00
|
|
|
/*
|
|
|
|
|
* Public API Surface of ng-devtools-backend
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export * from './lib';
|
2025-03-27 15:26:53 +00:00
|
|
|
export {findNodeFromSerializedPosition} from './lib/component-tree/component-tree';
|
2024-12-12 00:17:03 +00:00
|
|
|
export {viewSourceFromRouter} from './lib/client-event-subscribers';
|
2025-06-30 21:42:44 +00:00
|
|
|
export {type RoutePropertyType} from './lib/router-tree';
|