MCPcopy Index your code
hub / github.com/angular/angular / constructor

Method constructor

packages/platform-browser/src/browser/meta.ts:61–63  ·  view source on GitHub ↗
(@Inject(DOCUMENT) private _doc: any)

Source from the content-addressed store, hash-verified

59export class Meta {
60 private _dom: DomAdapter;
61 constructor(@Inject(DOCUMENT) private _doc: any) {
62 this._dom = getDOM();
63 }
64 /**
65 * Retrieves or creates a specific `<meta>` tag element in the current HTML document.
66 * In searching for an existing tag, Angular attempts to match the `name` or `property` attribute

Callers

nothing calls this directly

Calls 2

InjectInterface · 0.90
getDOMFunction · 0.85

Tested by

no test coverage detected