workshop-angular-schematics

Stars
13
Committers
1

Angular Schematics Workshop

Exercises

  1. Schematics Basics
  2. Schematics Options
  3. Schematics Templates

General Information

Workflow

The exercises will follow numbered TODO items. Feel free to remove already completed TODO items as you progress in your implementation to remove the file clutter.

Useful commands

  • schematics .:<schematic-name> - run schematics with schematics-name from the current project (.),
    the : is a separator between the schematics package and schematics name