@mobilelivenpm/fds-angular-qa
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 466 B
TypeScript
import { InjectionToken } from '@angular/core';
/**
* Injection token that can be used to reference instances of `FdsError`. It serves as
* alternative token to the actual `FdsError` class which could cause unnecessary
* retention of the class and its directive metadata.
*/
export declare const FDS_ERROR: InjectionToken<ErrorDirective>;
/** Single error message to be shown underneath the form field. */
export declare class ErrorDirective {
id: string;
}