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

docs(architecture): rename missing library #1972

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/architecture.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br clear="all">

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
Expand Down