Today I Learned

TIL, 2019-07-01, ImageMagick, Angular Schematics

  • Reference imagemagick does not have a command. its commands are convert, display, identify etc. you can do man 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)

How to set input’s default value from another input’s value in Angular?

Reference

This project is maintained by daryllxd