amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

@Injectable() missing from s3.service.ts #124

Open Niavart opened 6 years ago

Niavart commented 6 years ago

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