angular-docs-cn/public/docs
Tim Xiao d9416a8ae9 docs: fixed path typo in tutorial(Routing, HTTP) (#2526)
* Fixed typo in tutorial(Routing)

The path to `app.component.css` should start from current directory, not 'app/', since the file is already in 'app/'

* docs: fixed path error in the tutorial (HTTP)

same problem fixed as commit 917e0ce1c2829224e3ee53a069599fccbc5751a3

* docs: Added moduleId for styleUrls referencing in these two classes
2016-10-05 16:14:44 -07:00
..
_examples docs: fixed path typo in tutorial(Routing, HTTP) (#2526) 2016-10-05 16:14:44 -07:00
_includes chore: more "angular2" to "angular" cleanup (#2417) 2016-09-20 11:37:16 +02:00
dart/latest docs(dart/router): link to router tutorial instead of TS router docs (#2529) 2016-10-03 10:52:03 -07:00
js/latest chore: fix broken links on 9/30, mostly API links (#2520) 2016-10-01 07:11:21 -07:00
ts docs(router): Updated routing examples to use routing modules (#2478) 2016-10-05 14:59:09 -07:00
ImageGuide.pdf style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07:00
README.md shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
_data.json docs(api): fix api nav issue #927 2016-03-08 10:46:03 -08:00
_layout-dart-api.jade Fix dartdoc styles and prep layout for ng2 pages (#2530) 2016-10-03 14:58:50 -07:00
_layout.jade Fix dartdoc styles and prep layout for ng2 pages (#2530) 2016-10-03 14:58:50 -07:00
index.jade chore: rename Angular 2 to simply Angular (#2402) 2016-09-19 20:24:40 -07:00

README.md

Why the _fragments dir is checked in

Within this repo files generated as a result of shredding the _examples dir ( the contents of the _fragments dir) are checked in so that we can avoid running the shredder over the entire _examples dir each time someone refreshes the repo ( the shred-full gulp task). The gulp serve-and-watch shredder is only a partial shredder. It only shreds files in directories changed during the current session.