UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

10 lines (9 loc) 293 B
import * as i0 from "@angular/core"; /** * Generates unique IDs to be used with HTML elements. */ export declare class SkyIdService { generateId(): string; static ɵfac: i0.ɵɵFactoryDeclaration<SkyIdService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyIdService>; }