Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Shop Angular Cloudfront
# Shop Angular Cloudfront ( Forked version by Angel Mena)

Angular version: ~12.

Repo maintainers:
## AWS Deployment links

- [Sergey Gultyayev](https://github.com/gultyayev)
S3: https://myownjuicestorebucket.s3.amazonaws.com/index.html
CloudFront: https://d3i49zqf7hu5b1.cloudfront.net/

## Changelog

1.0.0 initial version

## The purpose

Expand Down
20 changes: 5 additions & 15 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
Expand Down Expand Up @@ -95,10 +92,7 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
Expand All @@ -109,10 +103,7 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
},
"e2e": {
Expand All @@ -131,9 +122,8 @@
}
},
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
"schematicCollections": ["@angular-eslint/schematics"],
"analytics": false
},
"schematics": {
"@angular-eslint/schematics:application": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
44 changes: 22 additions & 22 deletions src/assets/products.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
[
{
"count": 4,
"description": "Short Product Description1",
"description": "Cold-Pressed Watermelon juice, price per bottle",
"id": "7567ec4b-b10c-48c5-9345-fc73c48a80aa",
"price": 2.4,
"title": "ProductOne"
"price": 10,
"title": "Watermelon"
},
{
"count": 6,
"description": "Short Product Description3",
"description": "Cold-Pressed Mango Juice, price per bottle",
"id": "7567ec4b-b10c-48c5-9345-fc73c48a80a0",
"price": 10,
"title": "ProductNew"
"title": "Mango"
},
{
"count": 7,
"description": "Short Product Description2",
"description": "Cold-Pressed Kiwi Juice, price per bottle",
"id": "7567ec4b-b10c-48c5-9345-fc73c48a80a2",
"price": 23,
"title": "ProductTop"
"price": 10,
"title": "Kiwi"
},
{
"count": 12,
"description": "Short Product Description7",
"description": "Strawberry + Blueberry juice mix, price per bottle",
"id": "7567ec4b-b10c-48c5-9345-fc73c48a80a1",
"price": 15,
"title": "ProductTitle"
"title": "Strawberry/BlueBerry"
},
{
"count": 7,
"description": "Short Product Description2",
"description": "Strawberry + BlueBerry juice mix, price per bottle",
"id": "7567ec4b-b10c-48c5-9345-fc73c48a80a3",
"price": 23,
"title": "Product"
"price": 15,
"title": "Strawberry/Kiwi"
},
{
"count": 8,
"description": "Short Product Description4",
"description": "Mint + Lemon + Ginger juice mix",
"id": "7567ec4b-b10c-48c5-9345-fc73348a80a1",
"price": 15,
"title": "ProductTest"
"price": 20,
"title": "Mint/Lemon/Ginger"
},
{
"count": 2,
"description": "Short Product Descriptio1",
"description": "Strawberry + Orange + Mango juice mix",
"id": "7567ec4b-b10c-48c5-9445-fc73c48a80a2",
"price": 23,
"title": "Product2"
"price": 20,
"title": "Strawberry/Orange/Mango"
},
{
"count": 3,
"description": "Short Product Description7",
"description": "Strawberry + Banana + Almond juice mix",
"id": "7567ec4b-b10c-45c5-9345-fc73c48a80a1",
"price": 15,
"title": "ProductName"
"price": 20,
"title": "Strawberry/Banana/Almond Milk"
}
]