provideNgeDoc
function
Configure the nge-doc engine at the application root.
Optional: without it, the default theme is used. Compose features such as withTheme to opt into a custom theme.
providers: [provideNgeDoc(withTheme(() => import('@acme/theme').then((m) => m.AcmeTheme)))]Signature
function provideNgeDoc(...features: NgeDocFeature[]): EnvironmentProvidersParameters
...features(NgeDocFeature[])
Returns
EnvironmentProviders