NgDoc

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

provideNgDocUiKitConfig

Provides Base UI Kit configuration for the application root module.

Presentation

function provideNgDocUiKitConfig(
  config?: NgDocUiConfig | undefined,
): Provider[];

Returns

Provider[]

Parameters

NameTypeDescription
config
NgDocUiConfig | undefined

The UI Kit configuration.

  • Presentation
  • Returns
  • Parameters
MIT © 2023 Aleksandr Skoropad