File

projects/storefrontlib/shared/components/modal/modal-options.ts

Description

Options available for modal instance

Extends

NgbModalOptions

Index

Properties

Properties

temp
temp: any
Type : any
Optional
import { NgbModalOptions } from '@ng-bootstrap/ng-bootstrap';

/**
 * Options available for modal instance
 *
 * @todo remove ngb dependency and create our own set of props for this interface
 */
export interface ModalOptions extends NgbModalOptions {
  // below prop is temporarily here for extending purposes
  // note: you can't extend interface without new props
  // @todo: delete below prop after removing NgbModalOptions dependency
  temp?: any;
}

result-matching ""

    No results matching ""