{"id":20564191,"url":"https://github.com/newaeonweb/angularstatemanagement","last_synced_at":"2026-04-20T00:05:38.316Z","repository":{"id":38522119,"uuid":"270449627","full_name":"newaeonweb/angularstatemanagement","owner":"newaeonweb","description":"It's a sample Angular state management application using NGRX: @ngrx/store, @ngrx/effects, @ngrx/schematics, @ngrx/store, @ngrx/store-devtools.","archived":false,"fork":false,"pushed_at":"2022-12-13T00:31:46.000Z","size":3147,"stargazers_count":0,"open_issues_count":20,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T19:43:43.834Z","etag":null,"topics":["angular","ngrx-effects","ngrx-store","ngrx-store-devtools"],"latest_commit_sha":null,"homepage":"https://angularstatemanagement.now.sh","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/newaeonweb.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}},"created_at":"2020-06-07T22:25:53.000Z","updated_at":"2020-09-16T18:39:02.000Z","dependencies_parsed_at":"2023-01-28T03:46:10.203Z","dependency_job_id":null,"html_url":"https://github.com/newaeonweb/angularstatemanagement","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newaeonweb%2Fangularstatemanagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newaeonweb%2Fangularstatemanagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newaeonweb%2Fangularstatemanagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newaeonweb%2Fangularstatemanagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newaeonweb","download_url":"https://codeload.github.com/newaeonweb/angularstatemanagement/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242173808,"owners_count":20084084,"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","ngrx-effects","ngrx-store","ngrx-store-devtools"],"created_at":"2024-11-16T04:24:32.999Z","updated_at":"2026-04-20T00:05:38.288Z","avatar_url":"https://github.com/newaeonweb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AngularStateManagementAPP\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.2. It's a sample Angular state management application using **NGRX**: _@ngrx/store_, _@ngrx/effects_, _@ngrx/schematics_, _@ngrx/store_, _@ngrx/store-devtools_.\n\nAlmost all files related with state was generated using: _@ngrx/schematics_.\n\n## Development server\n\nJust run `spm start` for a dev server. Navigate to `http://localhost:4200/`.\n\n## Project Sructure\n\nAs the Angular way, all the application files are in `src/app` folder, with the following content (using the feature module pattern):\n\n```\n.\n|____app-routing.module.ts\n|____app.component.html\n|____app.component.scss\n|____app.component.spec.ts\n|____app.component.ts\n|____app.effects.spec.ts\n|____app.effects.ts\n|____app.module.ts\n|____layouts\n| |____navigation\n| | |____navigation.component.ts\n|____pages\n| |____home\n| | |____home-routing.module.ts\n| | |____home.component.ts\n| | |____home.module.ts\n| |____product\n| | |____components\n| | | |____form\n| | | | |____form.component.html\n| | | | |____form.component.scss\n| | | | |____form.component.spec.ts\n| | | | |____form.component.ts\n| | | |____nav\n| | | | |____nav.component.ts\n| | | |____toast-messages\n| | | | |____toast-messages.component.ts\n| | |____models\n| | | |____product.ts\n| | | |____productHttpRequest.ts\n| | |____product-add\n| | | |____product-add.component.ts\n| | |____product-edit\n| | | |____product-edit.component.ts\n| | |____product-list\n| | | |____product-list.component.ts\n| | |____product-routing.module.ts\n| | |____product.module.ts\n| | |____services\n| | | |____gallery-http.service.ts\n| | | |____product-http.service.ts\n| | |____store\n| | | |____product.actions.ts\n| | | |____product.effects.ts\n| | | |____product.reducers.ts\n| | | |____product.selectors.ts\n| | | |____product.state.ts\n|____reducers\n| |____index.ts\n```\n\n# App highlights\n\n### 1) A sample CRUD for products\n\n- Using Observables and async pipe.\n- All the actions are done first on state.\n- Interface for HttpRequest and Product\n\n### 2) What's include:\n\n- Sample Restful endpoit for Products\n- Sample Restful endpoint for Image Gallery\n- Sample image gallery to choose a product image\n- Image loading placeholder to keep the UI consistent\n\n# Working example: [here](https://angularstatemanagement.now.sh/)\nContinuous Deployment using **now.sh**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewaeonweb%2Fangularstatemanagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewaeonweb%2Fangularstatemanagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewaeonweb%2Fangularstatemanagement/lists"}