GitHub

DaffMediaGalleryComponent

import { DaffMediaGalleryComponent } from '@daffodil/design/media-gallery'
@Component()
class DaffMediaGalleryComponent implements DaffMediaGalleryRegistration, OnInit, OnDestroy {
  @HostBinding() class: true
  @Input() name: `${uniqueGalleryId}`
  ngOnInit()
  ngOnDestroy()
}
Selector: 'daff-media-gallery'

Properties

Name Type Description
class true

Adds a class for styling the media gallery

@Input() name `${uniqueGalleryId}`

The name of the gallery

ngOnInit
ngOnDestroy