Skip to main content
cngx-src documentation

providePopoverPanel

Functioncommon/popover

projects/common/popover/popover-panel.config.ts

Description#

Provides configuration for CngxPopoverPanel instances.

providers: [
  providePopoverPanel(
    withAutoDismiss({ info: 5000, success: 3000 }),
    withCloseOnSuccess(300),
  ),
]

Signature#

providePopoverPanel(...features: undefined)

Parameters#

@paramfeatures

Returns#

Provider