Overview/Description
Discover how to create Angular libraries both manually and with the assistance of Angular CLI 6. During this course, you will learn how to set up a library project, verify a library, package it, and use it. Next, set up an Angular workspace and get it to support multiple projects. From there you will learn how to use Angular CLI 6 to generate a new library project, and add custom code to a default library project, to help meet business requirements. Conclude by observing how to package a completed library project into a tarball, and use npm install, to add the package's functionality to an Angular 6 app.