Closed
Description
With the new version of the Angular CLI, the spec
option from the schematics has been removed. Instead, a skipTests
option has been added.
We would like to keep our schematics in line with the Angular CLI schematics.
This change includes:
- Modifying the schematic options
- Update the schematics code
- Uppdate the docs
For ref: angular/angular-cli@e92c46a