Middleware to add service providers to the blueprint.
This middleware identifies modules marked as service providers and adds them to the blueprint's list of providers.
The configuration context containing modules and blueprint.
The next function in the pipeline.
The updated blueprint.
ProviderMiddleware({ modules, blueprint }, next); Copy
ProviderMiddleware({ modules, blueprint }, next);
Middleware to add service providers to the blueprint.
This middleware identifies modules marked as service providers and adds them to the blueprint's list of providers.