@skyux/modals
Version:
This library was generated with [Nx](https://nx.dev).
19 lines (18 loc) • 944 B
TypeScript
import { OnDestroy, StaticProvider, Type } from '@angular/core';
import { SkyModalCloseArgs, SkyModalConfigurationInterface, SkyModalInstance, SkyModalServiceInterface } from '@skyux/modals';
import { SkyModalTestingController } from './modal-testing.controller';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class SkyModalTestingService extends SkyModalTestingController implements OnDestroy, SkyModalServiceInterface {
#private;
ngOnDestroy(): void;
closeTopModal(args?: SkyModalCloseArgs): void;
expectCount(value: number): void;
expectNone(): void;
expectOpen<TComponent>(component: Type<TComponent>): void;
open<TComponent>(component: Type<TComponent>, config?: SkyModalConfigurationInterface | StaticProvider[]): SkyModalInstance;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyModalTestingService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyModalTestingService>;
}