Interface

IComponentConfig

engine.IComponentConfig

Component configuration structure

Properties:
Name Type Attributes Description
component string

The name of the component to render

inputs IComponentInput

The input properties for the component

injector EnvironmentInjector | Injector

The Angular injector for dependency injection

children Array.<IComponentConfig> <optional>

Optional child component configurations

View Source lib/engine/interfaces.ts, line 122