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

14 lines (13 loc) 268 B
export type HtmlHeadElementType = 'link' | 'script'; export type AddHtmlHeadElementType = { type: 'link'; rel: string; href: string; } | { type: 'script'; src: string; crossorigin?: string; data?: { [key: string]: string; }; };