0

getting this error ERROR in src/app/uploadpix/uploadpix.component.ts(17,3): error TS1031: 'declare' modifier cannot appear on a class element.enter image description here

Yashwant
  • 1
  • 4
  • Could you please clarify what is your intent to use `declare` here? If you only wish to declare a member variable, you could just say `FilestackTransform: any` without the `declare` keyword. It is considered declared as a member variable of the class. – ruth Mar 12 '20 at 09:55
  • hello michael, I am using Filestack Transformation UI, without declaring FilestackTransform is getting error showing cannot found name, so i declared the method ( please see screen shot http://prntscr.com/rf78i6) – Yashwant Mar 12 '20 at 10:00
  • In that case, unfortunately I don't see where the issue is. – ruth Mar 12 '20 at 16:04

0 Answers0