33b9ae2aef
Export the new functions commit-id:2b126f75
4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
export { HttpModule } from './http.module';
|
|
export { HttpService } from './http.service';
|
|
export * from './http.util';
|
|
export * from './interfaces';
|