UNPKG

@skyux/modals

Version:

This library was generated with [Nx](https://nx.dev).

15 lines (14 loc) 484 B
import { Observable } from 'rxjs'; import { SkyModalError } from './modal-error'; import * as i0 from "@angular/core"; /** * @internal */ export declare class SkyModalErrorsService { #private; formErrors: Observable<SkyModalError[] | undefined>; constructor(); updateErrors(value: SkyModalError[] | undefined): void; static ɵfac: i0.ɵɵFactoryDeclaration<SkyModalErrorsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyModalErrorsService>; }