Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 064778a

Browse files
committed
docs(architecture): give example of libraries in TS and Dart
Follow-up to #1972 (comment)
1 parent 68c9561 commit 064778a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/architecture.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ block angular-library-modules
120120
`!{_at_angular}/core` is the primary Angular library from which we get most of what we need.
121121
<br clear="all">
122122

123-
There are other important Angular libraries too, such as `!{_at_angular}/common`, `!{_at_angular}/router`, and `!{_at_angular}/http`.
123+
There are other important Angular libraries too, such as `!{_at_angular}/core`, `!{_at_angular}/common`, and `!{_at_angular}/router`.
124124
We import what we need from an Angular !{_library_module}.
125125

126126
block angular-imports

0 commit comments

Comments
 (0)