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

Commit a49ecc7

Browse files
chalinkwalrath
authored andcommitted
docs(architecture): give example of libraries in TS and Dart (#2015)
Follow-up to #1972 (comment)
1 parent bf3e107 commit a49ecc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ 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}/common`<span if-docs="ts">,
124+
`!{_at_angular}/http`</span> and `!{_at_angular}/router`.
124125
We import what we need from an Angular !{_library_module}.
125126

126127
block angular-imports

0 commit comments

Comments
 (0)