@edugouvfr/ngx-dsfr-ext
Version:
NgxDsfrExt est une extension au package @edugouvfr/ngx-dsfr (portage Angular des éléments DSFR)
13 lines (12 loc) • 449 B
TypeScript
import { Observable } from 'rxjs';
import { DsfrToast } from './toast.model';
import * as i0 from "@angular/core";
export declare class DsfrToastService {
private _toast;
constructor();
/** Affiche la nouvelle notification. */
show(toast: DsfrToast): void;
toasts(): Observable<DsfrToast>;
static ɵfac: i0.ɵɵFactoryDeclaration<DsfrToastService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DsfrToastService>;
}