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

Commit 38bb420

Browse files
committed
WIP SAVEPOINT
1 parent 4dffc41 commit 38bb420

File tree

2 files changed

+511
-2
lines changed

2 files changed

+511
-2
lines changed

public/docs/ts/latest/guide/_data.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
"title": "Pipes",
2929
"intro": "Pipes transform displayed values within a template"
3030
},
31-
31+
32+
"events": {
33+
"title": "Events",
34+
"intro": "The DOM has APIs to dispatch events throughout our application lifecycle. Learn how Angular integrates them and how we can dispatch our own custom events."
35+
},
36+
3237
"template-syntax": {
3338
"title": "Template Syntax",
3439
"intro": "How to write templates that display data and consume user events with the help of data binding."
@@ -47,4 +52,4 @@
4752
"title": "Glossary",
4853
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"
4954
}
50-
}
55+
}

0 commit comments

Comments
 (0)