UNPKG

@foblex/utils

Version:

A comprehensive collection of utility functions and classes for TypeScript and web development, providing tools for type casting, DOM manipulation, event handling, and GUID generation.

3 lines (2 loc) 165 B
import { EmbeddedViewRef } from '@angular/core'; export declare function getOrCreateRootNodeForViewRef(ref: EmbeddedViewRef<any>, _document: Document): HTMLElement;