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 300 forks source link

Which version of angular-cli? #20

Closed taji closed 7 years ago

taji commented 8 years ago

Just forked your repository today. Just to verify, when installing angular-cli globally, the beta-19 version is installed. However, the package.json installs beta-14 locally. Which version should we be using and is the global install necessary?

taji commented 8 years ago

Also, is bower used? I'm not seeing it in the package.json and there is no bowerrc file in the project, but your readme indicates it's required.

vbudilov commented 8 years ago

Hi @taji ,

  1. I'm using version 14, but try the latest first -- if that doesn't work then revert to 14. You can also run ng --version to see which version is being used
  2. I removed the bower dependency, but forgot to update the README...I have it on my todo now.

Thanks, Vladimir

taji commented 8 years ago

Thanks am trying latest version will let you know how it goes.

Also, I believe "typings install" is no longer necessary as well.

vbudilov commented 7 years ago

Updated README