5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Web Design Solution Area     Scripting and Web Languages     Angular 6 Development
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.

Objectives

Angular 6 Development: Libraries

  • manually define an app module that is set up to be converted to a library package
  • verify that functionality to be exposed as an Angular Library works as expected
  • manually build and package a library module
  • set up an Angular workspace and recognize that it supports multiple projects
  • use Angular CLI 6 to generate a new library project
  • add custom code to a default library project to help meet business requirements
  • build a library project using Angular 6 CLI
  • package a built library project into a tarball and use npm install to add the package's functionality to an Angular 6 app
  • creating an Angular 6 library