Skip to content
Open
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 3.angular-cli/1.overview/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ So when we include third-party libraries into our application we need to do so i

==== Bundled with the Main Application JavaScript Files

If we want to include a module to use in our Angular JavaScript code, perhaps we want to to use the moment.js library, we just need to install it via npm like so:
If we want to include a module to use in our Angular JavaScript code, perhaps we want to use the moment.js library, we just need to install it via npm like so:

----
npm install moment --save
Expand Down