aws-cognito-angular-quickstart icon indicating copy to clipboard operation
aws-cognito-angular-quickstart copied to clipboard

@Injectable() missing from s3.service.ts

Open Niavart opened this issue 6 years ago • 0 comments

Tried to use S3Service, and was immediately met with a "can't resolve all parameters for S3Service".

Adding @Injectable() before export class S3Service {... like the other services made it work

Niavart avatar Nov 27 '17 11:11 Niavart