Merge pull request #230 from furality/spr/main/2b126f75
fix: export the new functions
This commit is contained in:
commit
8ad23f69b7
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