@fulleffect/ngx-tailings
Version:
A extended angular library for for native and cosmetic tailwindcss. Depends on [daisyui](https://daisyui.com) to come alive.
11 lines (10 loc) • 394 B
TypeScript
import { Observable } from "rxjs";
import * as i0 from "@angular/core";
export declare class FeFormMessagesService {
private errorsSubject;
errors$: Observable<string[]>;
emitError(error: string | string[]): void;
private error;
static ɵfac: i0.ɵɵFactoryDeclaration<FeFormMessagesService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FeFormMessagesService>;
}