Skip to content

Commit 12a2991

Browse files
committed
Fixed missiing export of global types
1 parent 201ed8c commit 12a2991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/iqui-ngx/src/lib/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ const modules = [
2727
ShowcasingModule
2828
];
2929

30+
// Import and (re)export types
31+
export * from './types';
32+
3033
// Import and (re)export pipes
3134
import { FilterPipe, SortPipe, PaginatePipe, SlicePipe } from './pipes';
3235
export * from './pipes';

0 commit comments

Comments
 (0)