fix: export the new functions
Export the new functions commit-id:2b126f75
This commit is contained in:
parent
3fa1c8f9b1
commit
33b9ae2aef
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
export { HttpModule } from './http.module';
|
export { HttpModule } from './http.module';
|
||||||
export { HttpService } from './http.service';
|
export { HttpService } from './http.service';
|
||||||
|
export * from './http.util';
|
||||||
export * from './interfaces';
|
export * from './interfaces';
|
||||||
|
|
Loading…
Reference in a new issue