docs(architecture): give example of libraries in TS and Dart (#2015)

Follow-up to
https://github.com/angular/angular.io/pull/1972#issuecomment-235738082
This commit is contained in:
Patrice Chalin 2016-08-01 14:34:36 -07:00 committed by Kathy Walrath
parent bf3e1074ea
commit a49ecc7fd8
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ block angular-library-modules
`!{_at_angular}/core` is the primary Angular library from which we get most of what we need. `!{_at_angular}/core` is the primary Angular library from which we get most of what we need.
<br clear="all"> <br clear="all">
There are other important Angular libraries too, such as `!{_at_angular}/common`, `!{_at_angular}/router`, and `!{_at_angular}/http`. There are other important Angular libraries too, such as `!{_at_angular}/common`<span if-docs="ts">,
`!{_at_angular}/http`</span> and `!{_at_angular}/router`.
We import what we need from an Angular !{_library_module}. We import what we need from an Angular !{_library_module}.
block angular-imports block angular-imports