{"id":22339430,"url":"https://github.com/trainingitcourses/softtek_angular_basics","last_synced_at":"2026-04-30T18:31:14.340Z","repository":{"id":224492619,"uuid":"763387630","full_name":"TrainingITCourses/softtek_angular_basics","owner":"TrainingITCourses","description":"Curso de Angular Basics para Softtek. ","archived":false,"fork":false,"pushed_at":"2024-03-20T17:01:27.000Z","size":709,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T09:13:00.285Z","etag":null,"topics":["angular"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TrainingITCourses.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-26T07:44:39.000Z","updated_at":"2024-04-16T15:38:53.000Z","dependencies_parsed_at":"2024-03-20T13:46:26.225Z","dependency_job_id":"e243a4da-ed04-45c1-84ab-d85f1059f558","html_url":"https://github.com/TrainingITCourses/softtek_angular_basics","commit_stats":null,"previous_names":["trainingitcourses/softtek_angular_basics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TrainingITCourses/softtek_angular_basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrainingITCourses%2Fsofttek_angular_basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrainingITCourses%2Fsofttek_angular_basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrainingITCourses%2Fsofttek_angular_basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrainingITCourses%2Fsofttek_angular_basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrainingITCourses","download_url":"https://codeload.github.com/TrainingITCourses/softtek_angular_basics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrainingITCourses%2Fsofttek_angular_basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular"],"created_at":"2024-12-04T07:08:21.604Z","updated_at":"2026-04-30T18:31:14.324Z","avatar_url":"https://github.com/TrainingITCourses.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Softtek Angular Basics\n\n\u003e [Laboratorio de ejemplo](https://github.com/TrainingITCourses/softtek_angular_basics) del curso de [Angular Basics para Softtek](https://cursos.trainingit.es/course/view.php?id=1452) impartido por [Alberto Basalo](https://albertobasalo.dev) con TrainingIT.\n\n\u003e [!NOTE]\n\u003e This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version _17.2.1._\n\u003e Updated to Angular **17.3.0.**\n\n## Requisitos para el laboratorio\n\nComprobar [versión de Node.js](https://angular.io/guide/versions) y npm.\n\n```bash\n# Check Node.js and npm versions\nnode -v\nnpm -v\n# Install Angular CLI\nnpm i -g @angular/cli@latest\n```\n\n\u003e [!NOTE]\n\u003e La aplicación de ejemplo estará en la carpeta [ActivityBookings](./ActivityBookings)\n\n## Iniciar a partir del laboratorio\n\nEl código fuente de la aplicación de ejemplo se encuentra en el repositorio de GitHub [softtek_angular_basics](https://github.com/TrainingITCourses/softtek_angular_basics).\n\n```bash\n# Clone lab from github\ngit clone https://github.com/TrainingITCourses/softtek_angular_basics.git\n# Install and run\ncd softtek_angular_basics/ActivityBookings\nnpm install\n# Start Angular server\nnpm start\n# Run a fake API server\nnpm run api:seed\n```\n\n## Replicar desde cero\n\nInstalar **Angular CLI** y generar aplicación de ejemplo.\n\n```bash\n# Generate new Angular project\nng new ActivityBookings --inline-style --inline-template --prefix=lab --ssr --style=css\n# Or run with npx and options with aliases (- instead of --)\nnpx ng new ActivityBookings -s -t -p=lab --ssr --style=css\n```\n\n---\n\n\u003cfooter\u003e\n  \u003ch3\u003e🧑🏼‍💻 By \u003ca href=\"https://albertobasalo.dev\" target=\"blank\"\u003eAlberto Basalo\u003c/a\u003e \u003c/h3\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://twitter.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/twitter/follow/albertobasalo?logo=twitter\u0026style=for-the-badge\" alt=\"twitter albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg \n        src=\"https://img.shields.io/github/followers/albertobasalo?logo=github\u0026label=profile albertobasalo\u0026style=for-the-badge\" alt=\"git albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrainingitcourses%2Fsofttek_angular_basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrainingitcourses%2Fsofttek_angular_basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrainingitcourses%2Fsofttek_angular_basics/lists"}