projects/congarevenuecloud/elements/src/lib/product-images/product-images.component.ts
The Product Images component displays the image of the products.
import { ProductImagesModule } from '@congarevenuecloud/elements';
@NgModule({
imports: [ProductImagesModule, ...]
})
export class AppModule {}
```typescript
<apt-product-images [product]="product"></apt-product-images>
OnChanges
selector | apt-product-images |
styles |
:host{
height: 28rem;
display: block;
}
|
template |
|
Inputs |
constructor(dss: DomSanitizer, config: ConfigurationService, productInformationService: ProductInformationService)
|
||||||||||||
Parameters :
|
product |
Type : Product
|
The product associated with this component. |
thumbnails |
Type : boolean
|
Default value : true
|
Flag to show the thumbnails. |
:host{
height: 28rem;
display: block;
}