Holds a single feature and its business logic
domain
- entities
- holds Business logic (with tests => lottery-ticket.spec.ts)
- infrastructure
- persist and load data
- utils
- utility funcions
- facade
- entry point for domain logic
feature-
Holds container components, using facade to access business logic
ui
Holds dump components using @Input @Output only