UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

13 lines (12 loc) 496 B
import { MatSnackBar } from "@angular/material/snack-bar"; import * as i0 from "@angular/core"; export declare class KoalaSnackbarService { private snackBar; constructor(snackBar: MatSnackBar); success(message?: string): void; warning(message?: string): void; error(message?: string): void; private showSnackBar; static ɵfac: i0.ɵɵFactoryDeclaration<KoalaSnackbarService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<KoalaSnackbarService>; }