Rangle.io : Angular Training
Search…
⌃K
Introduction
License
Why Angular?
The Architect's Guide to Angular
EcmaScript 6 and TypeScript Features
The JavaScript Toolchain
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
Setup
Creating a New App
Serving the App
Creating Components
Creating Routes
Creating Other Things
Testing
Linting
CLI Command Overview
Adding Third Party Libraries
Integrating an Existing App
Accessibility in Angular
Internationalization in Angular
Glossary
Further Reading And Reference
Powered By GitBook

Adding Third Party Libraries

The CLI generates development automation code which has the ability to integrate third party libraries into the application. Packages are installed using npm and the development environment is setup to check the installed libraries mentioned in package.json and bundle these third party libraries within the application. For more information see https://github.com/angular/angular-cli#3rd-party-library-installation​
Previous
CLI Command Overview
Next
Integrating an Existing App
Last modified 3yr ago
Copy link