Skip to content

Instantly share code, notes, and snippets.

@CharlieGreenman
Last active March 31, 2019 16:44
Show Gist options
  • Save CharlieGreenman/7ee85c5c340c20757434f86297ab828f to your computer and use it in GitHub Desktop.
Save CharlieGreenman/7ee85c5c340c20757434f86297ab828f to your computer and use it in GitHub Desktop.
Data Access Directory Structure
libs
├── px-illustrator/
│ ├── data-access/
│ │ ├── code-box/
│ │ │ ├── src/
│ │ │ │ ├── lib/
│ │ │ │ ├── +state
│ │ │ │ ├── code-box.actions.ts,file]
│ │ │ │ ├── code-box.adapter.ts,file]
│ │ │ │ ├── code-box.effects.spec.ts,file]
│ │ │ │ ├── code-box.effects.ts,file]
│ │ │ │ ├── code-box.facade.mock.ts,file]
│ │ │ │ ├── code-box.facade.spec.ts,file]
│ │ │ │ ├── code-box.facade.ts,file]
│ │ │ │ ├── code-box.reducer.spec.ts,file]
│ │ │ │ ├── code-box.reducer.ts,file]
│ │ │ │ └── code-box.selectors.ts,file]
│ │ │ ├── px-illustrator-data-access-code-box.module.ts,file]
│ │ │ ├── px-illustrator-data-access-code-box.module.spec.ts,file]
│ │ │ └── px-illustrator-data-access-code-box-testing.module.spec.ts,file]
│ │ ├── index.ts
│ │ └── test.ts
│ ├── karma.conf,file
│ ├── README.md,file
│ ├── tsconfig.lib,file
│ ├── tsconfig.lib.json,file
│ ├── tsconfig.spec.json,file]
│ └── tslint.json,file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment