Last active
October 19, 2018 21:41
-
-
Save LayZeeDK/9acfb2b33bb77c53a76281d3ec7af887 to your computer and use it in GitHub Desktop.
BLoC file structure for Angular apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src | |
+---app | |
| |---search | |
| | +---app-search-repository.ts | |
| | +---app-search.bloc.ts | |
| | +---index.ts | |
| | +---search.component.css | |
| | +---search.component.html | |
| | +---search.component.ts | |
| | \---search.module.ts | |
| +---app.component.css | |
| +---app.component.html | |
| +---app.component.ts | |
| \---app.module.ts | |
\---business-logic | |
\---search | |
+---index.ts | |
+---search-repository.ts | |
\---search.bloc.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment