UNPKG

@ng-doc/app

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

21 lines (17 loc) 540 B
import { NgDocPageLinkComponent } from '@ng-doc/app/components/page-link'; const linkProcessor = { component: NgDocPageLinkComponent, selector: 'a', extractOptions: (element) => ({ inputs: { href: element.getAttribute('href') ?? '', classes: element.getAttribute('class') ?? '', }, content: [Array.from(element.childNodes)], }), }; /** * Generated bundle index. Do not edit. */ export { linkProcessor }; //# sourceMappingURL=ng-doc-app-processors-processors-link.mjs.map