@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
11 lines (10 loc) • 459 B
TypeScript
import { Injector } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ViewIdService {
static readonly VIEW_ID_SEGMENT_SEPARATOR = "-";
protected _viewId: string;
constructor(parentInjector: Injector, idSegment: string);
get viewId(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ViewIdService, [{ optional: true; skipSelf: true; }, null]>;
static ɵprov: i0.ɵɵInjectableDeclaration<ViewIdService>;
}