We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78e2584 + 02f5559 commit 75464d5Copy full SHA for 75464d5
public/docs/ts/latest/guide/index.jade
@@ -1,16 +1,14 @@
1
block includes
2
include ../_util-fns
3
4
-- var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript'
5
figure
6
- img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
+ img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px")
+
7
:marked
8
This is a practical guide to Angular for experienced programmers who
9
- are building client applications in HTML and #{langName}.
10
-
11
- <br clear="all">
+ are building client applications in HTML and #{_Lang}.
+ <br style="clear:left;">
12
13
-<a id="learning-path"></a>
14
15
# Organization
16
0 commit comments