UNPKG

@studiohyperdrive/ngx-inform

Version:

A lightweight ARIA compliant customizable approach for common and complex inform flows in Angular.

7 lines (6 loc) 269 B
import { InjectionToken } from '@angular/core'; import { NgxModalConfiguration } from '../../types'; /** * A token to provide the optional configuration to the NgxModalService */ export declare const NgxModalConfigurationToken: InjectionToken<NgxModalConfiguration>;