Skip to content

Commit

Permalink
Complete public-api
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Feb 28, 2021
1 parent b324709 commit 090843c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/ngx-loadable/src/public-api.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export * from './lib/loadable.type';
export * from './lib/loadable.functions';
export * from './lib/loadable.constructors';
export * from './lib/from.functions';

export * from './lib/loadable/loadable.module';
export * from './lib/loadable/is-loading.pipe';
export * from './lib/loadable/loading-state.pipe';
export * from './lib/loadable/loadable-error.type';

0 comments on commit 090843c

Please sign in to comment.