Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(es6 primer): add cookbook/chapter #1453

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions public/docs/ts/latest/cookbook/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"navTitle": "Overview",
"description": "A collection of recipes for common Angular application scenarios"
},

"a1-a2-quick-reference": {
"title": "Angular 1 to 2 Quick Reference",
"navTitle": "Angular 1 to 2 Quick Ref",
"intro": "Learn how Angular 1 concepts and techniques map to Angular 2"
},

"component-communication": {
"title": "Component Interaction",
"intro": "Share information between different directives and components"
Expand All @@ -29,5 +29,10 @@
"ts-to-js": {
"title": "TypeScript to JavaScript",
"intro": "Convert Angular 2 TypeScript examples into ES5 JavaScript"
},

"esnext": {
"title": "ESNext Primer",
"intro": "Learn about ES6+ features and how they are used with Angular"
}
}
Loading