Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentRef

Document Reference service to assist with abstracting the availability of document. Needed for AOT and Server Side rendering

class

DocumentRef

export
service
injectable

Hierarchy

  • DocumentRef

Index

Accessors

Methods

Accessors

IsAvailable

  • get IsAvailable(): boolean
  • Determines if a local implementation of document is available.

    type

    boolean - Returns true if a local implementation of document is available.

    memberof

    DocumentRef

    readonly
    property

    Returns boolean

Methods

GetNativeDocument

  • GetNativeDocument(): any
  • Gets the local implementation of document.

    memberof

    DocumentRef

    method

    Returns any

    • The local implementation of the DOM.

Generated using TypeDoc