This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ block includes
150
150
## Component
151
151
.l-sub-section
152
152
:marked
153
- An Angular class responsible for exposing data to a [View ](#view) and handling most of the view’s display and user-interaction logic.
153
+ An Angular class responsible for exposing data to a [view ](#view) and handling most of the view’s display and user-interaction logic.
154
154
155
155
The *component* is one of the most important building blocks in the Angular system.
156
156
It is, in fact, an Angular [directive](#directive) with a companion [template](#template).
399
399
+ ifDocsFor('ts' )
400
400
a#jit
401
401
:marked
402
- ## Just in Time (JIT) Compilation
402
+ ## Just in Time (JIT) compilation
403
403
.l-sub-section
404
404
:marked
405
405
With Angular _Just in Time_ bootstrapping you compile your components and modules in the browser
535
535
## Provider
536
536
.l-sub-section
537
537
:marked
538
- A [Provider ](!{_ProviderUrl}) creates a new instance of a dependency for the
538
+ A [provider ](!{_ProviderUrl}) creates a new instance of a dependency for the
539
539
[dependency injection](#dependency-injection) system.
540
540
It relates a lookup token to code—sometimes called a "recipe"—that can create a dependency value.
541
541
You can’t perform that action at this time.
0 commit comments