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

Commit 68275c2

Browse files
committed
WIP SAVEPOINT
1 parent 4ad2d26 commit 68275c2

File tree

2 files changed

+510
-0
lines changed

2 files changed

+510
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"intro": "Angular's dependency injection system creates and delivers dependent services \"just-in-time\"."
3434
},
3535

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+
3641
"template-syntax": {
3742
"title": "Template Syntax",
3843
"intro": "Learn how to write templates that display data and consume user events with the help of data binding."

0 commit comments

Comments
 (0)