import { NgxModuleData } from './app.module'; export function getIndexHtmlCode(tag: string, component: NgxModuleData, config: { crossorigin?: string, integrity?: string, cdnLink: string }) { return `
This demo shows functionality of ${component.moduleFolder} from ngx-bootstrap.
You can find the full demo here https://valor-software.com/ngx-bootstrap/#${component.moduleRoute}
<${tag}>Loading ngx-bootstrap...
`; }