loopbackio / loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.
https://loopback.io
Other
4.88k stars 1.06k forks source link

feat(core): allow a component to register nesting components #10544

Closed raymondfeng closed 3 weeks ago

raymondfeng commented 3 weeks ago

In a large project, a component can have dependencies on other components. This feature makes it easier to mount required components to the application.

Checklist

👉 Check out how to submit a PR 👈

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 9419540479

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/core/src/application.ts 2 3 66.67%
packages/core/src/component.ts 1 4 25.0%
<!-- Total: 3 7 42.86% -->
Totals Coverage Status
Change from base Build 9409318021: -0.02%
Covered Lines: 9566
Relevant Lines: 12465

💛 - Coveralls