Page Contents
Home > @loopback/core > CoreTags
CoreTags namespace
Signature:
export declare namespace CoreTags
Variables
Variable | Description |
---|---|
COMPONENT | Binding tag for components |
CONTROLLER | Binding tag for controllers |
EXTENSION_FOR | Binding tag for extensions to specify name of the extension point that an extension contributes to. |
EXTENSION_POINT | Binding tag for an extension point to specify name of the extension point |
LIFE_CYCLE_OBSERVER_GROUP | Binding tag for group name of life cycle observers |
LIFE_CYCLE_OBSERVER | Binding tag for life cycle observers |
SERVER | Binding tag for servers |
SERVICE_INTERFACE | Binding tag for the service interface |
SERVICE | Binding tag for services |