Package Exports
- @domisoft/todo-clean-architecture
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@domisoft/todo-clean-architecture) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Other project i started https://github.com/benarso/angular-cleaner-architecture/blob/master/src/app/todo/presentation/presenter/todo-presenter.service.ts
Tools to try
Mono repos
https://nx.dev/angular/tutorial/01-create-application
https://nx.dev/angular/getting-started/getting-started
From mail sent to myself
https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/todo/presentation
https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/todo/presentation
https://github.com/pnowak2/angular-architecture-ideas/tree/master/src/app
Opened Tabs
https://www.toptal.com/android/benefits-of-clean-architecture-android
https://medium.com/@thegiraffeclub/angular-clean-architecture-approach-fcfe32e983a5
https://proandroiddev.com/multiple-ways-of-defining-clean-architecture-layers-bbb70afa5d4a
https://github.com/igorwojda/Android-Showcase#architecture
https://github.com/angularlicious/angular-architecture
https://github.com/JasonGT/CleanArchitecture
https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app
https://github.com/phodal/clean-frontend/tree/master/src/app
https://www.codecademy.com/articles/react-setup-i
Bookmarked to read later
https://medium.com/@thegiraffeclub/angular-clean-architecture-approach-fcfe32e983a5
https://github.com/JasonGT/CleanArchitecture/tree/master/src/Application/Common
https://proandroiddev.com/multiple-ways-of-defining-clean-architecture-layers-bbb70afa5d4a
https://github.com/igorwojda/Android-Showcase#architecture
https://github.com/bufferapp/android-clean-architecture-boilerplate#architecture
https://github.com/angularlicious/angular-architecture
https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/core/domain
https://www.freecodecamp.org/news/a-typescript-stab-at-clean-architecture-b51fbb16a304/
https://www.toptal.com/android/benefits-of-clean-architecture-android
https://dev.to/phodal/clean-architecture-for-frontend-in-action-1aop
https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
Notes
singleusecase, observableusecase https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/core/domain
consider using viewmodel as models of view, separate from domain models consider using presenter instead of facade
completable usecase idea of side effects run maybe ? (subscribes automatically) https://github.com/bufferapp/android-clean-architecture-boilerplate/blob/master/domain/src/main/java/org/buffer/android/boilerplate/domain/interactor/CompletableUseCase.kt