Rangle.io : Angular Training
Search…
⌃K
Introduction
License
Why Angular?
The Architect's Guide to Angular
EcmaScript 6 and TypeScript Features
The JavaScript Toolchain
Source Control: git
The Command Line
Command Line JavaScript: Node.js
Back-End Code Sharing and Distribution: npm
Module Loading, Bundling and Build Tasks: Webpack
Chrome
Bootstrapping an Angular Application
Components in Angular
Directives
Advanced Components
Observables
Angular Dependency Injection
Http
Change Detection
Zone.js
Advanced Angular
What is Immutability
Pipes
Forms
Modules
Routing
State Management
TDD Testing
Migrating AngularJS Projects to Angular
Project Setup
Angular CLI
Accessibility in Angular
Internationalization in Angular
Glossary
Further Reading And Reference
Powered By GitBook

Back-End Code Sharing and Distribution: npm

npm is the "node package manager". It installs with Node.js, and gives you access to a wide variety of 3rd-party JavaScript modules.
It also performs dependency management for your back-end application. You specify module dependencies in a file called package.json; running npm install will resolve, download and install your back-end application's dependencies.
Previous
Command Line JavaScript: Node.js
Next
Module Loading, Bundling and Build Tasks: Webpack
Last modified 1yr ago
Copy link