@deniskkk/aws-amplify-angular
v1.0.9
Published
AWS Amplify Angular Components
Downloads
20
Readme
AWS Amplify Package - aws-amplify-angular
AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different categories of operations in order to make common tasks easier to add into your application. The default implementation works with Amazon Web Services (AWS) resources but is designed to be open and pluggable for usage with other cloud services that wish to provide an implementation or custom backends.
aws-amplify-angular
is one of the AWS Amplify library packages, provide building blocks for Angular App development. Documentation is available here
STEPS TO UPDATE LIBRARY:
Pre requirements:
npm install -g rollup npm install -g uglify-js
All the changes to library are made in folder /src (Important: not /dist/src folder)
npm run build (Important: if you dont build project changes would not be released )
release to npm
To release to npm:
- Change package version i package.json
- Login to npm using
npm login
- Run
npm publish --access=public