libs/design/media-gallery/src/helpers/media-gallery-token.ts
import { createSingleInjectionToken } from '@daffodil/core';
import { DaffMediaGalleryRegistration } from './media-gallery-registration.interface';
export const {
token: DAFF_MEDIA_GALLERY_TOKEN,
/**
* Provider function for {@link DAFF_MEDIA_GALLERY_TOKEN}.
*/
provider: provideDaffMediaGalleryToken,
} = createSingleInjectionToken<DaffMediaGalleryRegistration>('DAFF_MEDIA_GALLERY_TOKEN');