{"id":22407333,"url":"https://github.com/joacod/microfrontends-angular","last_synced_at":"2026-04-29T18:35:01.390Z","repository":{"id":263910835,"uuid":"867358242","full_name":"joacod/microfrontends-angular","owner":"joacod","description":"Microfrontends project built with Single-SPA, this repo contains the source code for the Angular (Checkout) app.","archived":false,"fork":false,"pushed_at":"2025-07-26T06:25:43.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-16T05:30:54.632Z","etag":null,"topics":["angular","microfrontends","single-spa","single-spa-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/joacod.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}},"created_at":"2024-10-03T23:05:03.000Z","updated_at":"2025-07-26T06:25:47.000Z","dependencies_parsed_at":"2024-11-21T00:34:05.524Z","dependency_job_id":null,"html_url":"https://github.com/joacod/microfrontends-angular","commit_stats":null,"previous_names":["joacod/microfrontends-angular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joacod/microfrontends-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joacod%2Fmicrofrontends-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joacod%2Fmicrofrontends-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joacod%2Fmicrofrontends-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joacod%2Fmicrofrontends-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joacod","download_url":"https://codeload.github.com/joacod/microfrontends-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joacod%2Fmicrofrontends-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","microfrontends","single-spa","single-spa-angular","typescript"],"created_at":"2024-12-05T11:13:54.569Z","updated_at":"2026-04-29T18:35:01.367Z","avatar_url":"https://github.com/joacod.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/joacod"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Microfrontends - Angular\n\n[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/joacod/microfrontends-angular/blob/main/LICENSE)\n\n[![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge\u0026logo=npm\u0026logoColor=white)](https://www.npmjs.com/)\n[![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white)](https://angular.dev/)\n[![RxJS](https://img.shields.io/badge/rxjs-%23B7178C.svg?style=for-the-badge\u0026logo=reactivex\u0026logoColor=white)](https://rxjs.dev/)\n\n\u003c/div\u003e\n\n## 👋 Introduction\n\nThis is a Microfrontends project built with Single-SPA, this repo contains the source code for the **Angular (Checkout) app**.\n\n## 🔶 Microfrontends Repositories\n\nTo ensure everything works correctly, **all** the following repositories must be used.\n\n\u003e `Root Config` -\u003e [microfrontends-root-config](https://github.com/joacod/microfrontends-root-config)\n\n\u003e `Utility Modules` -\u003e [microfrontends-utility](https://github.com/joacod/microfrontends-utility)\n\n\u003e `React (Navigation)` -\u003e [microfrontends-react](https://github.com/joacod/microfrontends-react)\n\n\u003e `Vue (Products)` -\u003e [microfrontends-vue](https://github.com/joacod/microfrontends-vue)\n\n\u003e `Angular (Checkout)` -\u003e [microfrontends-angular](https://github.com/joacod/microfrontends-angular)\n\n_Clone and run all of them._\n\n## 💻 Development\n\n**Install dependencies:**\n\n```bash\nnpm install\n```\n\n**Run the development server:**\n\n```bash\nnpm run serve:single-spa\n```\n\nRun the **Root Config** app and open [http://localhost:9000](http://localhost:9000) with your browser to see the web.\n\n## ✍️ DEV.to Articles\n\nTo complement this Project, I wrote a **5-part article series on DEV.to**, where I provide detailed explanations and a step-by-step guide. Feel free to explore the articles at your own pace to deepen your understanding of the topic.\n\n**Microfrontends a Developer's Guide:**\n\n- [The Challenges of Monolithic Frontends](https://dev.to/joacod/microfrontends-a-developers-guide-the-challenges-of-monolithic-frontends-49a7)\n- [Advantages and Disadvantages](https://dev.to/joacod/microfrontends-a-developers-guide-advantages-and-disadvantages-2ane)\n- [Tools, Technologies, and Step-by-Step Setup](https://dev.to/joacod/microfrontends-a-developers-guide-tools-technologies-and-step-by-step-setup-49e1)\n- [Exploring Projects and Managing Communication](https://dev.to/joacod/microfrontends-a-developers-guide-exploring-projects-and-managing-communication-19o0)\n- [Best Practices and Lessons Learned](https://dev.to/joacod/microfrontends-a-developers-guide-best-practices-and-lessons-learned-1nlp)\n\nThe **goal** is to equip you with both these GitHub repositories and the articles as references, giving you a solid foundation to understand the architecture and confidently build **your own Microfrontends project**.\n\nNow go and build something cool!\n\n## ☕️ Did you like the project?\n\nYou can colaborate with me giving a star ⭐️ to the project or\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/joacod)\n\nThanks! 😃\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoacod%2Fmicrofrontends-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoacod%2Fmicrofrontends-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoacod%2Fmicrofrontends-angular/lists"}