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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@
33
33
"intro": "Angular's dependency injection system creates and delivers dependent services \"just-in-time\"."
34
34
},
35
35
36
+
"events": {
37
+
"title": "Events",
38
+
"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."
39
+
},
40
+
36
41
"template-syntax": {
37
42
"title": "Template Syntax",
38
43
"intro": "Learn how to write templates that display data and consume user events with the help of data binding."
0 commit comments