Skip to content

Commit

Permalink
new commited
Browse files Browse the repository at this point in the history
  • Loading branch information
Suresh-Jangid committed Jan 29, 2024
1 parent 0cf53d1 commit 1a5a054
Show file tree
Hide file tree
Showing 39 changed files with 1,975 additions and 733 deletions.
1 change: 0 additions & 1 deletion README

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ImageCropper
# WeatherApp

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.5.

Expand Down
13 changes: 8 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"imageCropper": {
"weatherApp": {
"projectType": "application",
"schematics": {},
"root": "",
Expand All @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/image-cropper",
"outputPath": "dist/weather-app",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
Expand Down Expand Up @@ -60,18 +60,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "imageCropper:build:production"
"browserTarget": "weatherApp:build:production"
},
"development": {
"browserTarget": "imageCropper:build:development"
"browserTarget": "weatherApp:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "imageCropper:build"
"browserTarget": "weatherApp:build"
}
},
"test": {
Expand All @@ -94,5 +94,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
10 changes: 10 additions & 0 deletions imp_installs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tools: 1. vs code
2. Node

languages: 1.html
2.css
3.JavaScript
4.TypeScript
5.Angular17

RapidApiKey : 518202e2bcmsh5b69037f4ed4666p1ae056jsnb51838dd7e20
Loading

0 comments on commit 1a5a054

Please sign in to comment.