mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
93845373a3
Migrated with the schematics and cleanup by hand. PR Close #53998
16 lines
401 B
TypeScript
16 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';
|