angular-cn/public/docs/_examples/quickstart/ts/app
Patrice Chalin 5b1a84be4c chore(docs): revise makeExcerpt mixin, add makeProjExample mixin
Be more DRY when referencing examples and excerpts. E.g.,
```jade
+makeExcerpt('quickstart/ts/app/app.component.ts', 'import',
'app/app.component.ts (import)')
```
can now be just
```jade
+makeExcerpt('app/app.component.ts', 'import')
```
Defined new mixin for examples named `makeProjExample` using this new
scheme.
The original `makeExample` has been left untouched.

Applied new mixins to quickstart.

closes #1420
2016-05-18 10:27:51 -07:00
..
app.component.ts docs(quickstart-ts/dart): updated prose and example code; consolidate for TS&Dart 2016-05-15 19:26:45 -07:00
main.ts chore(docs): revise makeExcerpt mixin, add makeProjExample mixin 2016-05-18 10:27:51 -07:00