Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/ts/latest/cli-quickstart.jade
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ block root-files
.file src/...
.file .editorconfig
.file .gitignore
.file angular-cli.json
.file .angular-cli.json
.file karma.conf.js
.file package.json
.file protractor.conf.js
Expand Down Expand Up @@ -308,7 +308,7 @@ table(width="100%")
:marked
Git configuration to make sure autogenerated files are not commited to source control.
tr
td <code>angular-cli.json</code>
td <code>.angular-cli.json</code>
td
:marked
Configuration for Angular-CLI.
Expand Down