This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-21
lines changed Expand file tree Collapse file tree 3 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 108
108
109
109
"npm-packages" : {
110
110
"title" : " Npm Packages" ,
111
- "intro" : " Details of the recommended npm packages and the different kinds of package dependencies"
111
+ "intro" : " Recommended npm packages, and how to specify package dependencies"
112
112
},
113
113
114
114
"pipes" : {
123
123
124
124
"security" : {
125
125
"title" : " Security" ,
126
- "intro" : " Prevent security vulnerabilities "
126
+ "intro" : " Developing for content security in Angular applications "
127
127
},
128
128
129
129
"structural-directives" : {
Original file line number Diff line number Diff line change 1
- include ../_util-fns
1
+ extends ../../../ts/latest/guide/index.jade
2
2
3
- + includeShared( '{ts}' , 'intro' )
4
- + includeShared( '{ts}' , 'how-to-read-1' )
5
- .alert.is-important
6
- : marked
7
- Most of the documentation has been written for TypeScript developers
8
- and has not yet been translated to JavaScript.
9
- Please bear with us. Meanwhile, we've provide links to the TypeScript chapters
10
- where JavaScript versions are unavailable .
11
- + includeShared( '{ts}' , 'how-to-read-2' )
12
- + includeShared( '{ts}' , 'the-rest' )
3
+ block includes
4
+ include ../_util-fns
5
+
6
+ block js-alert
7
+ .alert.is-important
8
+ : marked
9
+ Most of the documentation has been written for TypeScript developers
10
+ and has not yet been translated to JavaScript .
11
+ Please bear with us. Meanwhile, we've provide links to the TypeScript chapters
12
+ where JavaScript versions are unavailable.
Original file line number Diff line number Diff line change 1
1
block includes
2
2
include ../_util-fns
3
3
4
- // #docregion intro
5
4
- var langName = current .path [1 ] == ' ts' ? ' TypeScript' : ' JavaScript'
6
5
figure
7
6
img( src ="/resources/images/devguide/intro/people.png" alt ="Us" align ="left" style ="width:200px; margin-left:-40px;margin-right:10px" )
@@ -10,17 +9,16 @@ figure
10
9
are building client applications in HTML and #{langName}.
11
10
12
11
<br clear="all">
13
- // #enddocregion intro
14
12
15
- // #docregion how-to-read-1
16
13
<a id =" learning-path" ></a >
17
14
:marked
18
15
# Organization
19
16
20
17
The documentation is divided into major thematic sections, each
21
18
a collection of pages devoted to that theme.
22
- // #enddocregion how-to-read-1
23
- // #docregion how-to-read-2
19
+
20
+ block js-alert
21
+
24
22
- var top= " vertical-align:top"
25
23
table( width ="100%" )
26
24
col( width ="15%" )
@@ -83,8 +81,7 @@ table(width="100%")
83
81
1. [Template Syntax](template-syntax.html) is a comprehensive study of Angular template HTML.
84
82
85
83
After reading the above sections, you can skip to any other pages on this site.
86
- // #enddocregion how-to-read-2
87
- // #docregion the-rest
84
+
88
85
:marked
89
86
# Code samples
90
87
@@ -119,4 +116,3 @@ block example-links
119
116
120
117
121
118
Use the [Angular Github repo](https://github.com/angular/angular) to report issues with **Angular** itself.
122
- // #enddocregion the-rest
You can’t perform that action at this time.
0 commit comments