Options
All
  • Public
  • Public/Protected
  • All
Menu

Class View

Hierarchy

  • Component
    • View

Indexable

[key: string]: any

Index

Constructors

constructor

  • new View(...args: any[]): View

Properties

changes$

changes$: ReplaySubject<Factory>

route

rxcompId

rxcompId: number

unsubscribe$

unsubscribe$: Subject<void>

Static meta

meta: IViewMeta

Static Optional transitions_

transitions_: Transition[]

Accessors

Static transitions

Methods

onChanges

  • onChanges(changes: Factory | Window): void
  • Parameters

    • changes: Factory | Window

    Returns void

onDestroy

  • onDestroy(): void

onInit

  • onInit(): void

onParentDidChange

  • onParentDidChange(changes: Factory | Window): void

onView

  • onView(): void

pushChanges

  • pushChanges(): void

Static getInputsTokens

  • getInputsTokens(instance: Factory, node: IElement, module: Module): {}
  • Parameters

    • instance: Factory
    • node: IElement
    • module: Module

    Returns {}

    • [key: string]: string