Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "element-registry"

Index

Type aliases

NgView

NgView: View | ViewExtensions

ViewResolver

ViewResolver: function

Type declaration

    • (): any
    • Returns any

Variables

Const camelCaseSplit

camelCaseSplit: RegExp

Const elementMap

elementMap: Map<string, object>

Functions

Const getClassName

  • getClassName(instance: any): any

getSingleViewRecursive

  • getSingleViewRecursive(nodes: Array<any>, nestLevel: number): View

getViewClass

  • getViewClass(elementName: string): any

getViewMeta

isDetachedElement

  • isDetachedElement(element: any): boolean

isInvisibleNode

  • isInvisibleNode(view: any): view

isKnownView

  • isKnownView(elementName: string): boolean

isView

  • isView(view: any): view

registerElement

Object literals

Const defaultViewMeta

defaultViewMeta: object

skipAddToDom

skipAddToDom: false

Const frameMeta

frameMeta: object

insertChild

  • insertChild(parent: Frame, child: NgView, next: any): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method