angular/devtools/projects/ng-devtools/src/public-api.ts
Matthieu Riegler 93845373a3 refactor(devtools): migrate to standalone (#53998)
Migrated with the schematics and cleanup by hand.

PR Close #53998
2024-01-23 09:53:24 +01:00

15 lines
401 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.io/license
*/
/*
* Public API Surface of ng-devtools
*/
export {DevToolsComponent} from './lib/devtools.component';
export * from './lib/application-operations';
export * from './lib/application-environment';