Primer commit
parents
Showing
with
1057 additions
and
0 deletions
.editorconfig
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/launch.json
0 → 100644
.vscode/tasks.json
0 → 100644
README.md
0 → 100644
angular.json
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
{ | ||
"name": "proyecto-robot-ambientales", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^17.3.0", | ||
"@angular/cdk": "^17.3.5", | ||
"@angular/common": "^17.3.0", | ||
"@angular/compiler": "^17.3.0", | ||
"@angular/core": "^17.3.0", | ||
"@angular/forms": "^17.3.0", | ||
"@angular/material": "^17.3.5", | ||
"@angular/platform-browser": "^17.3.0", | ||
"@angular/platform-browser-dynamic": "^17.3.0", | ||
"@angular/router": "^17.3.0", | ||
"rxjs": "~7.8.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.14.3" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^17.3.5", | ||
"@angular/cli": "^17.3.5", | ||
"@angular/compiler-cli": "^17.3.0", | ||
"@types/jasmine": "~5.1.0", | ||
"jasmine-core": "~5.1.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.2.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.1.0", | ||
"typescript": "~5.4.2" | ||
} | ||
} | ||
\ No newline at end of file |
src/app/app-routing.module.ts
0 → 100644
src/app/app.component.css
0 → 100644
src/app/app.component.html
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/mapa.service.spec.ts
0 → 100644
src/app/mapa.service.ts
0 → 100644
src/app/mapa/mapa.component.css
0 → 100644
src/app/mapa/mapa.component.html
0 → 100644
src/app/mapa/mapa.component.spec.ts
0 → 100644
src/app/mapa/mapa.component.ts
0 → 100644
src/app/pedido.model.ts
0 → 100644
src/assets/.gitkeep
0 → 100644
File mode changed
src/assets/00.png
0 → 100644

7.71 KB
src/assets/01.png
0 → 100644

4.34 KB
src/assets/02.png
0 → 100644

4.32 KB
src/assets/03.png
0 → 100644

5.45 KB
src/assets/04.png
0 → 100644

5.17 KB
src/assets/05.png
0 → 100644

5.42 KB
src/assets/06.png
0 → 100644

5.16 KB
src/assets/07.png
0 → 100644

6.26 KB
src/assets/08.png
0 → 100644

6.33 KB
src/assets/09.png
0 → 100644

6.18 KB
src/assets/10.png
0 → 100644

6.28 KB
src/assets/11.png
0 → 100644

8.18 KB
src/favicon.ico
0 → 100644
No preview for this file type
src/index.html
0 → 100644
src/main.ts
0 → 100644
src/styles.css
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.spec.json
0 → 100644
Please
register
or
sign in
to comment