I get the concept of a barrel that let's you import a directory using the index.ts convention.
What I don't get is why the index.ts always seems to export * from the component.ts file.
Shouldn't it use the module.ts file to get all the dependencies?
What am I not understanding?