From c99ef0b636ff6b89cd1389726fc87b57151a98ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Tue, 26 Jul 2016 14:59:15 +0200 Subject: [PATCH] docs(architecture): rename missing library --- public/docs/ts/latest/guide/architecture.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 915f3e52b8..fbf782f6f2 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -120,7 +120,7 @@ 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}/animate`. + There are other important Angular libraries too, such as `!{_at_angular}/common`, `!{_at_angular}/router`, and `!{_at_angular}/http`. We import what we need from an Angular !{_library_module}. block angular-imports