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
Name | Type | Description |
---|---|---|
options |
|