You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/_data.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,12 @@
28
28
"title": "Pipes",
29
29
"intro": "Pipes transform displayed values within a template"
30
30
},
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
+
32
37
"template-syntax": {
33
38
"title": "Template Syntax",
34
39
"intro": "How to write templates that display data and consume user events with the help of data binding."
@@ -47,4 +52,4 @@
47
52
"title": "Glossary",
48
53
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"
0 commit comments