Angular: Workflows

Go to class
Write Review

Free Online Course: Angular: Workflows provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Angular: Workflows is taught by Victor Mejia.

Overview
  • Learn Angular workflows for building libraries, formatting code, testing, and implementing continuous integration.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    1. Exploring the Angular CLI
    • Installing the CLI
    • Scaffolding a new project
    2. Testing Workflows
    • Basic testing setup with the CLI
    • Generating code coverage reports
    • Configuring terminal reporting
    • Setting NPM scripts for testing
    • Enforcing code coverage
    • Configuring commit hooks with Husky
    3. Code Formatting Workflow with Prettier
    • Installing and Configuring Prettier
    • Integration with TSLint
    • Configuring precommit hook
    4. Creating and Publishing an Angular Library
    • Scaffolding library project
    • Organizing library project
    • Component implementation
    • Setting up Jest
    • Jest and Snapshot testing
    • Publishing library to NPM
    • Using published library
    5. Continuous Integration Workflow
    • Continuous integration intro
    • Setting up CircleCI
    • Continuous integration workflow
    Conclusion
    • Next steps