File

projects/congarevenuecloud/elements/src/lib/product-images/product-images.component.ts

Description

The Product Images component displays the image of the products.

Usage

Example :
import { ProductImagesModule } from '@congarevenuecloud/elements';

@NgModule({
imports: [ProductImagesModule, ...]
})
export class AppModule {}
Example :
```typescript
<apt-product-images [product]="product"></apt-product-images>
Example :

Implements

OnChanges

Metadata

Index

Inputs

Constructor

constructor(dss: DomSanitizer, config: ConfigurationService, productInformationService: ProductInformationService)
Parameters :
Name Type Optional
dss DomSanitizer No
config ConfigurationService No
productInformationService ProductInformationService No

Inputs

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;
      }
    
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""