UNPKG

@ngneat/overview

Version:

The Template for Success in Template Management

10 lines (9 loc) 241 B
import { ViewRef } from './types'; export declare class StringRef implements ViewRef { private value; constructor(value: string); getElement(): string; detectChanges(): this; updateContext(): this; destroy(): void; }