Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/keywords-loaders / Function

ngKeywordsLoader

Loads keywords from Angular documentation. This loader will fetch the documentation from the Angular website and extract the keywords from the API pages which will transform them all mentioning of the Angular API into links to the Angular documentation.

Presentation

function ngKeywordsLoader(
  options?: NgKeywordLoaderOptions | undefined,
): NgDocKeywordsLoader;

Returns

Parameters

NameTypeDescription
options
NgKeywordLoaderOptions | undefined