• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/common

DOCUMENT

constant
stable

A DI Token representing the main rendering context. In a browser and SSR this is the DOM Document. When using SSR, that document is created by Domino.

API

    
      const DOCUMENT: InjectionToken<Document>;
    
    
Jump to details