* toh-6: trim spaces from cache file to simplify diff * toh-6: copy latest over cache before editing latest * docs(toh-6): post-RC5 Dart resync and TS fixes Contributes to #2077. TS-side changes include: - Merged three versions of `app/app.module{,1,2}.ts` into a single file and used docregions instead. - Misnamed files: - `rxjs-operators.ts` -> `rxjs-extensions.ts` - `hero-search.service.html` -> `hero-search.component.html` - Fixed BAD FILENAME error. Lint reports no errors and toh-6 e2e tests pass.
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 shred’s files in directories changed during
the current session.