...
Below is the possible folder structure for the collection editor:
...
Checkout Check out how it is beneficial for any libraries library to have a secondary entry point
As part of the above POC, followings are the following scenarios are checked:
Use the core library
Use the core library with a secondary point
Use a core library having peer-dependency
Use a secondary point with a peer-dependency
Use a secondary point in the lazy-loaded route
Test if a core library has some services. The dial-code module (secondary entry point) also depends on the core services.
Test if the core library has some services. The client component (let's say the question component) also depends on the core services.
Check if all tests are running correctly for all the components (including secondary entry points)
Test whether the internal use of components between secondary points works properly
...