bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
13 lines (12 loc) • 384 B
TypeScript
import * as i0 from "@angular/core";
/**
* FocusService almacena el campo/elemento que actualmente tiene el foco del usuario.
*/
export declare class FocusService {
private focused;
focus(id: string): void;
clear(): void;
getFocusedElement(): string;
static ɵfac: i0.ɵɵFactoryDef<FocusService, never>;
static ɵprov: i0.ɵɵInjectableDef<FocusService>;
}