aws-cognito-angular-quickstart
aws-cognito-angular-quickstart copied to clipboard
@Injectable() missing from s3.service.ts
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