TIL, 2019-07-01, ImageMagick, Angular Schematics
- Reference
imagemagick
does not have a command. its commands areconvert
,display
,identify
etc. you can doman magick
to see the possible pages. tslint
:tslint --fix -c tslint.json file_name
- Simple Angular schematic:
ng g component --project="your-project" --module="your-module"
(edited)