Page Contents

Home > @loopback/boot > ApplicationMetadataBooter

ApplicationMetadataBooter class

Configure the application with metadata from package.json

Signature:

export declare class ApplicationMetadataBooter implements Booter 

Implements: Booter

Constructors

Constructor Modifiers Description
(constructor)(app, projectRoot)   Constructs a new instance of the ApplicationMetadataBooter class

Properties

Property Modifiers Type Description
app   Application  

Methods

Method Modifiers Description
configure()