Skip to content

Instantly share code, notes, and snippets.

@LayZeeDK
Last active October 19, 2018 21:41
Show Gist options
  • Save LayZeeDK/9acfb2b33bb77c53a76281d3ec7af887 to your computer and use it in GitHub Desktop.
Save LayZeeDK/9acfb2b33bb77c53a76281d3ec7af887 to your computer and use it in GitHub Desktop.
BLoC file structure for Angular apps
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