Method
constructor
(@Inject(DOCUMENT) private _doc: any)
Source from the content-addressed store, hash-verified
| 59 | export 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
Tested by
no test coverage detected