Skip to content

Commit

Permalink
Update README to reflect structure changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC committed Mar 2, 2017
1 parent 815ee41 commit 7b9e6f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,14 @@ The source is located under the `app` folder:
│ │
│ ├── index.html * The root page served to browser
│ ├── main.ts * App bootstrap
│ ├── polyfills.ts * Polyfills file
│ ├── styles.css * Main css file
│ ├── tsconfig.json * Typescript transpiler options
│ ├── tsconfig.app.json * App Typescript transpiler options
│ └── typings.d.ts * Typescript typings definition file
├── angular-cli.json * Angular CLI configuration file
├── .angular-cli.json * Angular CLI configuration file
├── package.json * Package info and list of dependencies to install
├── tsconfig.json * Main Typescript transpiler options
└── tslint.json * Typescript Linter configuration file
```

Expand Down

0 comments on commit 7b9e6f6

Please sign in to comment.