NgDoc

What is NgDoc? Installation Configuration NEW OPTIONS SSR Migrations
Pages and categories UPDATED Blockquotes NEW STYLES Images and embeds NEW Code blocks Mermaid diagrams NEW Nunjucks Demo and Demo Pane Playground Keywords
Auto generation Documenting declarations Rendering API NEW
Page Skeleton Page Processors Layout Search Themes UPDATED Icons
Performance Ignoring file lines
API References Develop
@ng-doc/keywords-loaders / Function

ngDocKeywordsLoader

Loads keywords from an external NgDoc documentation. You can use it to integrate your documentation with another NgDoc documentation and use its API or Pages keywords.

Presentation

function ngDocKeywordsLoader(
  options: NgDocKeywordsLoaderOptions,
): NgDocKeywordsLoader;

Returns

NgDocKeywordsLoader

Parameters

NameTypeDescription
options
NgDocKeywordsLoaderOptions

The options for the NgDoc keywords loader.

  • Presentation
  • Returns
  • Parameters
MIT © 2023 Aleksandr Skoropad