ApplicationRef

Stable

Class

Class Overview

class ApplicationRef {
bootstrap(componentFactory: ComponentFactory<C>|Type<C>) : ComponentRef<C>
tick() : void
componentTypes : Type<any>[]
components : ComponentRef<any>[]
attachView(view: ViewRef) : void
detachView(view: ViewRef) : void
viewCount : number

}

Class Description

Class Details

exported from @angular/core/index, defined in @angular/core/src/application_ref.ts