Page Contents
Home > @loopback/core > Component > classes
Component.classes property
A map of classes to be bound to the application context.
Signature:
classes?: ClassMap;
Example
{
'rest.body-parsers.xml': XmlBodyParser
}
Home > @loopback/core > Component > classes
A map of classes to be bound to the application context.
Signature:
classes?: ClassMap;
{
'rest.body-parsers.xml': XmlBodyParser
}