Closed raymondfeng closed 5 months ago
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 | |
---|---|
Change from base Build 9409318021: | -0.02% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
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
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈