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/dart/latest/tutorial/toh-pt3.jade
+1-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ include ../_util-fns
4
4
Our app is growing.
5
5
Use cases are flowing in for reusing components, passing data to components, and creating more reusable assets. Let's separate the heroes list from the hero details and make the details component reusable.
6
6
7
-
The complete source code for the example app in this chapter is
Copy file name to clipboardExpand all lines: public/docs/ts/latest/tutorial/toh-pt3.jade
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ include ../_util-fns
4
4
Our app is growing.
5
5
Use cases are flowing in for reusing components, passing data to components, and creating more reusable assets. Let's separate the heroes list from the hero details and make the details component reusable.
6
6
7
-
[Run the live example for part 3](/resources/live-examples/toh-3/ts/plnkr.html)
7
+
p Run the #[+liveExampleLink2('', 'toh-3')] for this part.
8
8
9
9
.l-main-section
10
10
:marked
@@ -242,7 +242,7 @@ code-example(format=".")
242
242
* We learned to bind a parent component to a child component.
243
243
* We learned to declare the application directives we need in a `directives` array.
244
244
245
-
[Run the live example for part 3](/resources/live-examples/toh-3/ts/plnkr.html).
245
+
p Run the #[+liveExampleLink2('', 'toh-3')] for this part.
0 commit comments