@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>
28 lines (24 loc) • 871 B
JavaScript
import { linkProcessor, iconProcessor, headingAnchorProcessor, blockquoteProcessor, tooltipProcessor, mermaidProcessor, codeProcessor, demoProcessor, demoPaneProcessor, playgroundProcessor, tabsProcessor, imageProcessor } from '@ng-doc/app/processors/processors';
const NG_DOC_DEFAULT_PAGE_PROCESSORS = [
/**
* The order of the directives is important.
* The higher the directive is in the list, the earlier it will be run.
*/
linkProcessor,
iconProcessor,
headingAnchorProcessor,
blockquoteProcessor,
tooltipProcessor,
mermaidProcessor,
codeProcessor,
demoProcessor,
demoPaneProcessor,
playgroundProcessor,
tabsProcessor,
imageProcessor,
];
/**
* Generated bundle index. Do not edit.
*/
export { NG_DOC_DEFAULT_PAGE_PROCESSORS };
//# sourceMappingURL=ng-doc-app-defaults-default-processors.mjs.map