File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ with NPM 3 or higher.
39
39
* [ Generating Components, Directives, Pipes and Services] ( #generating-components-directives-pipes-and-services )
40
40
* [ Updating Angular CLI] ( #updating-angular-cli )
41
41
* [ Development Hints for hacking on Angular CLI] ( #development-hints-for-hacking-on-angular-cli )
42
+ * [ Documentation] ( #documentation )
42
43
* [ License] ( #license )
43
44
44
45
## Installation
@@ -161,6 +162,10 @@ Please read the official [npm-link documentation](https://www.npmjs.org/doc/cli/
161
162
and the [ npm-link cheatsheet] ( http://browsenpm.org/help#linkinganynpmpackagelocally ) for more information.
162
163
163
164
165
+ ## Documentation
166
+
167
+ The documentation for the Angular CLI is located in this repo's [ wiki] ( https://github.com/angular/angular-cli/wiki ) .
168
+
164
169
## License
165
170
166
171
MIT
Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/)
52
52
* [ ng get/ng set] ( config )
53
53
* [ ng docs] ( docs )
54
54
55
- ### How to Guides
56
- * Setup AngularFire _ (coming soon)_
57
- * Include bootstrap (CSS) _ (coming soon)_
58
- * Include Font Awesome _ (coming soon)_
59
- * Setup of global styles _ (coming soon)_
60
- * Setup bootstrap with SASS _ (coming soon)_
61
- * Setup Angular Material 2 _ (coming soon)_
55
+ ### Additional Information
56
+ There are several [ stories] ( stories ) which will walk you through setting up
57
+ additional aspects of Angular applciations.
You can’t perform that action at this time.
0 commit comments