mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
10 lines
266 B
TypeScript
10 lines
266 B
TypeScript
/*
|
|
* Public API Surface of product-image
|
|
*/
|
|
|
|
export * from './lib/product-image.service';
|
|
export * from './lib/product-image.module';
|
|
export * from './lib/product-image.pipe';
|
|
export * from './lib/product-image-navigation.directive';
|
|
export * from './lib/tokens';
|