Created
July 30, 2019 14:46
-
-
Save vsavkin/dd5604c6c93fdc1a0a2fc21dd15c3746 to your computer and use it in GitHub Desktop.
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
<workspace name> | |
├── apps | |
│ ├── tickets | |
│ │ ├── src | |
│ │ │ ├── app | |
│ │ │ ├── assets | |
│ │ │ ├── environments | |
│ │ │ ├── favicon.ico | |
│ │ │ ├── index.html | |
│ │ │ ├── main.ts | |
│ │ │ ├── polyfills.ts | |
│ │ │ ├── styles.scss | |
│ │ │ └── test.ts | |
│ │ ├── browserslist | |
│ │ ├── jest.config.js | |
│ │ ├── tsconfig.app.json | |
│ │ ├── tsconfig.json | |
│ │ └── tsconfig.spec.json | |
│ └── tickets-e2e | |
├── libs | |
├── workspace.json | |
├── nx.json | |
├── package.json | |
├── tools | |
└── tsconfig.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment