provideTemplateEngineConfig()
ts
function provideTemplateEngineConfig(config): ValueProvider;Defined in: token.ts:33
Creates a value provider for supplying a TemplateEngineConfig to the dependency injection system.
Parameters
| Parameter | Type | Description |
|---|---|---|
config | TemplateEngineConfig | The template engine configuration to provide. |
Returns
ValueProvider
A ValueProvider that binds the configuration to TEMPLATE_ENGINE_CONFIG_TOKEN.
Since
1.1.0
Author
Simon Kovtyk