UNPKG

ng-dynamic-mf

Version:

[![npm](https://img.shields.io/npm/v/ng-dynamic-mf?color=%2300d26a&style=for-the-badge)](https://www.npmjs.com/package/ng-dynamic-mf) [![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/LoaderB0T_ng-dynamic-mf?server=https%3A%2F%2Fsonarcloud

10 lines (9 loc) 403 B
import { AddHtmlHeadElementType } from './html-head-types.model'; import * as i0 from "@angular/core"; export declare class HtmlHeadService { private readonly _document; private readonly _knownElements; addElement(element: AddHtmlHeadElementType): void; static ɵfac: i0.ɵɵFactoryDeclaration<HtmlHeadService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HtmlHeadService>; }