{"id":24897324,"url":"https://github.com/cedricduffournet/ngx-demo","last_synced_at":"2026-05-05T21:37:42.226Z","repository":{"id":38412526,"uuid":"198252077","full_name":"cedricduffournet/ngx-demo","owner":"cedricduffournet","description":"Angular application demo","archived":false,"fork":false,"pushed_at":"2023-01-07T08:00:57.000Z","size":3661,"stargazers_count":1,"open_issues_count":24,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T20:17:22.406Z","etag":null,"topics":["angular","angular-font-awesome","angular-service-worker","jest","jest-snapshots","ngrx","ngrx-effects","ngrx-router-store","ngrx-store","ngrx-store-devtools","ngx-bootstrap","ngx-translate","rxjs"],"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/cedricduffournet.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}},"created_at":"2019-07-22T15:36:04.000Z","updated_at":"2023-11-11T11:13:53.000Z","dependencies_parsed_at":"2023-02-06T15:30:35.352Z","dependency_job_id":null,"html_url":"https://github.com/cedricduffournet/ngx-demo","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/cedricduffournet%2Fngx-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricduffournet%2Fngx-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricduffournet%2Fngx-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricduffournet%2Fngx-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedricduffournet","download_url":"https://codeload.github.com/cedricduffournet/ngx-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245886461,"owners_count":20688668,"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","angular-font-awesome","angular-service-worker","jest","jest-snapshots","ngrx","ngrx-effects","ngrx-router-store","ngrx-store","ngrx-store-devtools","ngx-bootstrap","ngx-translate","rxjs"],"created_at":"2025-02-01T20:17:24.307Z","updated_at":"2026-05-05T21:37:37.191Z","avatar_url":"https://github.com/cedricduffournet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Demo\n\n[![codecov](https://codecov.io/gh/cedricduffournet/ngx-demo/branch/master/graph/badge.svg)](https://codecov.io/gh/cedricduffournet/ngx-demo)\n[![Build Status](https://travis-ci.com/cedricduffournet/ngx-demo.svg?branch=master)](https://travis-ci.com/cedricduffournet/ngx-demo)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\nThis project is using [Angular CLI](https://github.com/angular/angular-cli).\n\nAngular 8+ demo project based created with my [angular starter](https://github.com/cedricduffournet/angular-starter).\n\n## Getting started\n\n```sh\n#clone repository\ngit clone https://github.com/cedricduffournet/ngx-demo.git\n\n#Enter in app folder\ncd ngx-demo\n\n#Install package\nyarn\n\n#Start developement web server\nyarn start\n```\n\nuse login : `superadmin@dev.com` / pwd : `superadminpwd` to connect\n\nThe application's backend is available on \u003chttps://github.com/cedricduffournet/symfony-api-demo\u003e. If you don't want to install backend locally, use the demo api for development environment by changing apiHost in `environment.ts`:\n\nChange\n\n```typescript\nexport const environment = {\n  ...\n  apiHost: 'http://127.0.0.1:81',\n  ...\n};\n```\n\nTo\n\n```typescript\nexport const environment = {\n  ...\n  apiHost: 'https://symfony-api-demo.cedricduffournet.com',\n  ...\n};\n```\n\n## Tasks\n\n- `yarn start` run a development web server (\u003chttp://localhost:4200\u003e) that watches the files\n- `yarn test` run all the jest unit tests once\n- `yarn test:watch`  watch all the source files and run all the unit tests when any change\n- `yarn lint` check that the code follows style rules\n- `yarn build` create a production build of the application\n\n## Running on Docker\n\nThe project can run as docker container. This will run application build with nginx web server :\n\n- `make dev` - then navigate to \u003chttp://localhost:82\u003e\n\n## Included\n\n- [RxJS](https://github.com/ReactiveX/rxjs) - Reactive Extensions Library for JavaScript\n- [@ngrx/store](https://ngrx.io/guide/store) - Bindings to connect the Angular Router to  @ngrx/store\n- [@ngrx/effects](https://https://ngrx.io/guide/effects) - Side effect model for @ngrx/store\n- [@ngrx/router-store](https://ngrx.io/guide/router-store) - Bindings to connect the Angular Router to  @ngrx/store\n- [@ngrx/store-devtools](https://ngrx.io/guide/store-devtools) - Instrumentation for @ngrx/store enabling time-travel debugging\n- [@angular/router](https://angular.io/guide/router) - Angular Router\n- [@angular/service-worker](https://angular.io/guide/service-worker-intro) - Help precaching data\n- [ngx-bootrap](https://valor-software.com/ngx-bootstrap) - Bootstrap components powered by angular\n- [@fortawesome/angular-fontawesome](https://fontawesome.com/how-to-use/on-the-web/using-with/angular) - Font Awesome 5 Angular component using SVG with JS\n- [@ngx-translate/core](https://github.com/ngx-translate/core) - The internationalization (i18n) library\n- [angular2-toaster](https://github.com/Stabzs/Angular2-Toaster) - Toaster Notification library\n- [normalizr](https://github.com/paularmstrong/normalizr) - Data Normalization\n- [jest](https://jestjs.io/) - JavaScript test runner with easy setup, isolated browser testing and snapshot testing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricduffournet%2Fngx-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedricduffournet%2Fngx-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricduffournet%2Fngx-demo/lists"}