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
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
2020-01-27 18:40:18 +00:00
|
|
|
/*
|
|
|
|
|
* Public API Surface of ng-devtools
|
|
|
|
|
*/
|
|
|
|
|
|
2021-12-09 05:44:17 +00:00
|
|
|
export {DevToolsComponent} from './lib/devtools.component';
|
|
|
|
|
export {DevToolsModule} from './lib/devtools.module';
|
2020-02-07 21:09:36 +00:00
|
|
|
export * from './lib/application-operations';
|
2020-04-02 23:23:03 +00:00
|
|
|
export * from './lib/application-environment';
|