From 100632ef6dd2a608140de9927a4385fa3b1b6674 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 1 Aug 2016 10:58:56 -0700 Subject: [PATCH] docs(architecture): give example of libraries in TS and Dart Follow-up to https://github.com/angular/angular.io/pull/1972#issuecomment-235738082 --- public/docs/ts/latest/guide/architecture.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index fbf782f6f2..3510c864bb 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -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.
- 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`, + `!{_at_angular}/http` and `!{_at_angular}/router`. We import what we need from an Angular !{_library_module}. block angular-imports