mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
8 lines
256 B
TypeScript
8 lines
256 B
TypeScript
/*
|
|
* Public API Surface of ng-devtools
|
|
*/
|
|
|
|
export { DevToolsComponent } from './lib/devtools.component';
|
|
export { DevToolsModule } from './lib/devtools.module';
|
|
export * from './lib/application-operations';
|
|
export * from './lib/application-environment';
|