Skip to content
Snippets Groups Projects
Commit 5ec7b946 authored by Joe Van Boxtel's avatar Joe Van Boxtel
Browse files

Update README.md

parent 3e771fa4
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Run `ng lint` to excute typescript linting. `ng lint --fix` will attempt to fix
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## Dependances
## Dependancies
[Angular](http://angular.io)
[Angular CLI](https://github.com/angular/angular-cli)
......@@ -104,10 +104,9 @@ If you want to use a different grid system or find yourself wanting to remove a
|-- styles.css # Could be used for global styles/imports
|-- test.ts # Required by karma
|-- tsconfig.app.json
|-- tsconfig.spec.json
`-- typings.d.ts
`-- tsconfig.spec.json
../.angular-cli.json # All project config for the angular cli
../angular.json # All project config for the angular cli
../tslint.json # All project lint settings ex: "ng lint"
../e2e/ # All project end to end tests ex: "ng e2e"
../tsconfig.json # Primary typescript config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment