feature-libs/product/image-zoom/components/product-image-zoom-components.module.ts
import { NgModule } from '@angular/core'; import { ProductImageZoomModule } from './product-image-zoom/product-image-zoom.module'; @NgModule({ imports: [ProductImageZoomModule], }) export class ProductImageZoomComponentsModule {}