{"id":16426744,"url":"https://github.com/toddmotto/angular-architecture","last_synced_at":"2025-04-09T20:10:12.199Z","repository":{"id":150552409,"uuid":"83689486","full_name":"toddmotto/angular-architecture","owner":"toddmotto","description":"Angular architecture guide for teams.","archived":false,"fork":false,"pushed_at":"2023-02-16T16:29:14.000Z","size":4,"stargazers_count":262,"open_issues_count":1,"forks_count":49,"subscribers_count":65,"default_branch":"master","last_synced_at":"2025-04-09T20:10:03.767Z","etag":null,"topics":["angular"],"latest_commit_sha":null,"homepage":"https://ultimatecourses.com","language":null,"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/toddmotto.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,"publiccode":null,"codemeta":null}},"created_at":"2017-03-02T14:53:28.000Z","updated_at":"2025-03-23T05:55:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa5f86de-65c1-4171-ab80-bf55462b5896","html_url":"https://github.com/toddmotto/angular-architecture","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"85284d84dd1cb6761cbfca36ed3a9a78862e3e4b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddmotto%2Fangular-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddmotto%2Fangular-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddmotto%2Fangular-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddmotto%2Fangular-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddmotto","download_url":"https://codeload.github.com/toddmotto/angular-architecture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103871,"owners_count":21048245,"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","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-10-11T08:10:10.270Z","updated_at":"2025-04-09T20:10:12.177Z","avatar_url":"https://github.com/toddmotto.png","language":null,"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg width=\"40\" valign=\"bottom\" src=\"https://angular.io/assets/images/logos/angular/angular.svg\"\u003e\nAngular Architecture Guide\n\u003c/h1\u003e\n\u003ch5 align=\"center\"\u003eA cohesive guide for building Angular applications for teams.\u003c/h5\u003e\n\n\u003cp align=\"center\"\u003e:warning: Work In Progress :warning:\u003c/p\u003e\n\n## Folder Structure\n\n```\nindex.html\napp/\n│    app.component.scss\n│    app.component.spec.ts\n│    app.component.ts\n│    app.module.ts\n└──  meal-planner/\n   │         meal-planner.module.ts\n   │         meal-planner.service.spec.ts\n   │         meal-planner.service.ts\n   ├── components/\n   │         meal-viewer/\n   │             meal-viewer.component.scss\n   │             meal-viewer.component.spec.ts\n   │             meal-viewer.component.ts\n   │         meal-editor/\n   │             meal-editor.component.scss\n   │             meal-editor.component.spec.ts\n   │             meal-editor.component.ts\n   │         meal-recipe/\n   │             meal-recipe.component.scss\n   │             meal-recipe.component.spec.ts\n   │             meal-recipe.component.ts\n   ├── containers/\n   │         meal-planner/\n   │             meal-planner.component.scss\n   │             meal-planner.component.spec.ts\n   │             meal-planner.component.ts\n   └── models/\n              meal.interface.ts\n              recipe.interface.ts\n```\n\n## Stuff I wanna include\n\n* Root + feature module architecture\n* Directory structure\n* TypeScript models/interfaces\n\n* CSS options (Sass/etc)\n* Component architecture\n* Container + Presentational components\n* State management (ngrx/store etc)\n* Route configuration\n* Structure practices (maybe lifecycle hooks/DI practices)\n* Tooling (AoT/Webpack/etc)\n* Build process info (platforms)\n* Resources section\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddmotto%2Fangular-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddmotto%2Fangular-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddmotto%2Fangular-architecture/lists"}