iJS Angular Schematics
Cheat Sheet

International Javascript Conference

Angular Schematics Cheat Sheet

In this cheat sheet by Erin Zimmer, you will find all you need to know about Angular Schematics! Be prepared to discover how to run schematic from a different directory, turn off the debug mode, add files to a directory inside your schematic, use your schematic in the real world, and many other!

Register to our newsletter and receive the cheat sheet. Please don’t forget to choose your location.
Register to our newsletter and receive the cheat sheet.
Register to our newsletter and receive the cheat sheet.
Register to our newsletter and receive the cheat sheet.

Table of content

    • Schematics CLI

    • Schema for user Input

    • Accessing user Input

    • Call an external schematic

    • Adding files

    • Using placeholders in files

    • Combining Rules

    • File operations

    • Adding dependencies

    • Using ng-add

    • Using your schematic in the real world