michaeldoye / mat-progress-buttons

Very simple Angular6+ Material Design progress buttons
https://mat-progress-buttons.firebaseapp.com/
MIT License
110 stars 54 forks source link

tsickle is still a dependency. Why? #34

Closed hisham closed 3 years ago

hisham commented 5 years ago

See my comment here: https://github.com/michaeldoye/mat-progress-buttons/issues/28#issuecomment-494583924

Is tsickle and @angular-devkit/schematics really needed in the dependencies section?

"dependencies": {
    "@angular-devkit/schematics": "^0.8.2",
    "@angular/cdk": "^7.2.0",
    "@angular/common": "7.1.4",
    "@angular/core": "7.1.4",
    "@angular/material": "^7.2.0",
    "tsickle": "^0.35.0"
  },