angular-docs-cn/public/docs
Patrice Chalin 9ec291d63d docs(guide/dart): hierarchical-dependency-injection
* A full first version of the prose. Makes use of Dart example, of
course.
* Tweaks to Dart example code; manually tested in Dartium under checked
mode.

closes #1142
2016-04-22 16:56:27 -07:00
..
_examples docs(guide/dart): hierarchical-dependency-injection 2016-04-22 16:56:27 -07:00
_includes docs(sidenav): Restylize sidenav 2016-04-22 14:56:43 -04:00
dart/latest docs(guide/dart): hierarchical-dependency-injection 2016-04-22 16:56:27 -07:00
js/latest docs(ts): update to beta.15 2016-04-13 19:26:48 -07:00
ts/latest docs(component-styles): Small typo fixes 2016-04-20 13:16:22 -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.jade docs: left nav is driven by _data.json files 2016-03-04 19:54:27 -08:00
index.jade docs(api): fix api nav issue #927 2016-03-08 10:46:03 -08: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.