angular/projects/ng-devtools/src/public-api.ts
AleksanderBodurri a7ea578507 feat(devtools): display latest commit SHA in application (rangle/angular-devtools#243)
* build: set latest SHA commit as system environment variable for chrome build

* build: set latest SHA commit as sys variable for demo build

* feat: create application environment abstraction to reference environment variables inside the ng-devtools library

* test: fix devtools component test
2020-04-02 16:23:03 -07:00

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';