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/glossary.jade
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ a#attribute-directives
127
127
.l-sub-section
128
128
blockbootstrap-defn-top
129
129
:marked
130
-
You launch an Angular application by "bootstrapping" it using the application root Angular module (`AppModule`). Bootstrapping identifies an application's top level "root" [component](#component), which is the first component that is loaded for the application.
130
+
You launch an Angular application by "bootstrapping" it using the application root Angular module (`AppModule`). Bootstrapping identifies an application's top level "root" [component](#component), which is the first component that is loaded for the application.
131
131
For more information, see the [Setup](!{docsLatest}/guide/setup.html) page.
132
132
:marked
133
133
You can bootstrap multiple apps in the same `index.html`, each app with its own top-level root.
@@ -181,9 +181,9 @@ a#component
181
181
:marked
182
182
Applications display data values to a user and respond to user
183
183
actions (such as clicks, touches, and keystrokes).
184
-
185
-
In data binding, you declare the relationship between an HTML widget and data source
186
-
and let the framework handle the details.
184
+
185
+
In data binding, you declare the relationship between an HTML widget and data source
186
+
and let the framework handle the details.
187
187
Data binding is an alternative to manually pushing application data values into HTML, attaching
188
188
event listeners, pulling changed values from the screen, and
189
189
updating application data values.
@@ -458,12 +458,12 @@ a#jit
458
458
- ES2015 modules, as described in this section.
459
459
460
460
:marked
461
-
A cohesive block of code dedicated to a single purpose.
462
-
461
+
A cohesive block of code dedicated to a single purpose.
462
+
463
463
Angular apps are modular.
464
464
465
465
In general, you assemble an application from many modules, both the ones you write and the ones you acquire from others.
466
-
466
+
467
467
A module *exports* something of value in that code, typically one thing such as a class;
468
468
a module that needs that class *imports* it.
469
469
@@ -712,7 +712,7 @@ a#structural-directives
712
712
The process of transforming code written in one form of JavaScript
713
713
(such as TypeScript) into another form of JavaScript (such as [ES5](#es5)).
0 commit comments