{"id":34800072,"url":"https://github.com/brayanalmengor04/angular-testing-","last_synced_at":"2026-03-16T02:32:02.781Z","repository":{"id":289972306,"uuid":"972994669","full_name":"brayanalmengor04/angular-testing-","owner":"brayanalmengor04","description":"Practicando angular y temas internos sobre typescript en angular ","archived":false,"fork":false,"pushed_at":"2025-04-26T03:37:14.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T04:39:31.511Z","etag":null,"topics":["angular","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brayanalmengor04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-26T03:23:06.000Z","updated_at":"2025-04-26T03:38:25.000Z","dependencies_parsed_at":"2025-04-26T04:39:33.411Z","dependency_job_id":"4d150a55-adef-4280-837f-4ea12112fd1f","html_url":"https://github.com/brayanalmengor04/angular-testing-","commit_stats":null,"previous_names":["brayanalmengor04/angular-testing-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brayanalmengor04/angular-testing-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayanalmengor04%2Fangular-testing-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayanalmengor04%2Fangular-testing-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayanalmengor04%2Fangular-testing-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayanalmengor04%2Fangular-testing-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brayanalmengor04","download_url":"https://codeload.github.com/brayanalmengor04/angular-testing-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayanalmengor04%2Fangular-testing-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28028314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","typescript"],"created_at":"2025-12-25T11:34:59.907Z","updated_at":"2025-12-25T11:35:03.502Z","avatar_url":"https://github.com/brayanalmengor04.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Bitácora de Aprendizaje - Angular \u0026 TypeScript\nEste repositorio sirve como un diario de lo que voy aprendiendo día a día mientras practico Angular, TypeScript y testing. Cada entrada está organizada por fecha y tema.\n---\n## 📅 04/25/2025 - Decoradores en TypeScript\n\n### ✨ Temas del día\n- Decoradores de clase, método, propiedad y parámetros\n- Cómo crear e implementar decoradores personalizados\n\n### 📘 Lo que aprendí\n- Los decoradores en TypeScript son funciones especiales que se aplican a clases, métodos, propiedades o parámetros para modificar su comportamiento.\n- Ejemplo de decorador de método para registrar entrada/salida:\n  ```ts\n  function Logged(target: any, key: string, descriptor: PropertyDescriptor) {\n    const originalMethod = descriptor.value;\n    descriptor.value = function (...args: any[]) {\n      console.log(`Invocando ${key} con`, args);\n      const result = originalMethod.apply(this, args);\n      console.log(`Resultado:`, result);\n      return result;\n    };\n  }\n  ```\n- Los decoradores permiten añadir funcionalidades sin modificar directamente el código original.\n---\n## 📅 04/26/2025 - Elementos Angular\n### ✨ Temas del día\n- \n\n### 📘 Lo que aprendí\n- [Describe lo que comprendiste, descubriste o implementaste]\n\n---\n\u003e “Aprender es un proceso, no una meta. Lo importante es no dejar de avanzar.” 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrayanalmengor04%2Fangular-testing-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrayanalmengor04%2Fangular-testing-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrayanalmengor04%2Fangular-testing-/lists"}