Stand-alone piece of functionality that does not have any direct dependencies and can be injected anywhere within the app is what I call a module. Module composer is an entry point, which exposes an API, manages internal dependencies and composes a View out of smaller parts.
We should create a subgenerator for this functionality, since it's an integral part of the architecture approach that we're following within the generator-spa template.
Stand-alone piece of functionality that does not have any direct dependencies and can be injected anywhere within the app is what I call a module. Module composer is an entry point, which exposes an API, manages internal dependencies and composes a View out of smaller parts.
We should create a subgenerator for this functionality, since it's an integral part of the architecture approach that we're following within the generator-spa template.