External module "material/html-head-element"
Functions
appendHtmlElementToHead
- appendHtmlElementToHead(host: Tree, htmlFilePath: string, elementHtml: string): void
-
Parameters
-
host: Tree
-
htmlFilePath: string
-
elementHtml: string
Returns void
getHtmlHeadTagElement
- getHtmlHeadTagElement(htmlContent: string): DefaultTreeElement | null
-
Parameters
Returns DefaultTreeElement
|
null
Appends the given element HTML fragment to the
<head>
element of the specified HTML file.