Skip to content

Ngx meta.withmanagerdeps

Home > @davidlj95/ngx-meta > withManagerDeps

withManagerDeps() function

Specifies dependencies to inject to the setter factory function passed to provideNgxMetaManager()

See also:

Signature:

withManagerDeps: (...deps: Exclude<FactoryProvider['deps'], undefined>) => _ProvideNgxMetaManagerOptions

Parameters

Parameter Type Description
deps Exclude<FactoryProvider['deps'], undefined> Dependencies to inject. Each argument declares the dependency to inject.

Returns:

_ProvideNgxMetaManagerOptions