{"id":13481277,"url":"https://github.com/fulls1z3/ngx-config","last_synced_at":"2025-04-06T09:09:27.166Z","repository":{"id":48842826,"uuid":"74587831","full_name":"fulls1z3/ngx-config","owner":"fulls1z3","description":"Configuration utility for Angular","archived":false,"fork":false,"pushed_at":"2021-07-21T01:09:42.000Z","size":1443,"stargazers_count":145,"open_issues_count":6,"forks_count":33,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-30T08:09:08.979Z","etag":null,"topics":["angular","angular2","angular4","aot","app-config","app-initializer","config","configmodule","configuration","npm-package","setttings","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/fulls1z3.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2016-11-23T15:09:07.000Z","updated_at":"2024-12-05T14:09:37.000Z","dependencies_parsed_at":"2022-07-26T05:32:12.498Z","dependency_job_id":null,"html_url":"https://github.com/fulls1z3/ngx-config","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fulls1z3","download_url":"https://codeload.github.com/fulls1z3/ngx-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"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","angular2","angular4","aot","app-config","app-initializer","config","configmodule","configuration","npm-package","setttings","typescript"],"created_at":"2024-07-31T17:00:50.391Z","updated_at":"2025-04-06T09:09:27.143Z","avatar_url":"https://github.com/fulls1z3.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Awesome Angular [![Awesome TipeIO](https://img.shields.io/badge/Awesome%20Angular-@TipeIO-6C6AE7.svg)](https://github.com/gdi2290/awesome-angular) [![Awesome devarchy.com](https://img.shields.io/badge/Awesome%20Angular-@devarchy.com-86BDC1.svg)](https://github.com/brillout/awesome-angular-components)","Uncategorized"],"sub_categories":["Angular \u003ca id=\"angular\"\u003e\u003c/a\u003e","Uncategorized"],"readme":"# ngx-config\n\nConfiguration utility for **Angular**\n\n[![CircleCI](https://circleci.com/gh/fulls1z3/ngx-config.svg?style=shield)](https://circleci.com/gh/fulls1z3/ngx-config)\n[![coverage](https://codecov.io/github/fulls1z3/ngx-config/coverage.svg?branch=master)](https://codecov.io/gh/fulls1z3/ngx-config)\n[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![Greenkeeper badge](https://badges.greenkeeper.io/fulls1z3/ngx-config.svg)](https://greenkeeper.io/)\n[![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)\n\n\u003e Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.\n\n**`ngx-config`** uses `APP_INITIALIZER` which executes a function when **Angular** app is initialized, and delay the completion\nof initialization process until application settings have been provided.\n\n## Packages:\n\n| Name                                                                                                             | Description                                                                                                       | NPM                                                                                                                                 |\n| ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |\n| [@ngx-config/core](https://github.com/fulls1z3/ngx-config/tree/master/packages/@ngx-config/core)                 | Configuration utility for **Angular**                                                                             | [![npm version](https://badge.fury.io/js/%40ngx-config%2Fcore.svg)](https://www.npmjs.com/package/@ngx-config/core)                 |\n| [@ngx-config/http-loader](https://github.com/fulls1z3/ngx-config/tree/master/packages/@ngx-config/http-loader)   | Loader for [ngx-config] that provides application settings using **`http`**                                       | [![npm version](https://badge.fury.io/js/%40ngx-config%2Fhttp-loader.svg)](https://www.npmjs.com/package/@ngx-config/http-loader)   |\n| [@ngx-config/merge-loader](https://github.com/fulls1z3/ngx-config/tree/master/packages/@ngx-config/merge-loader) | Loader for [ngx-config] that provides application settings by executing loaders in **parallel** and in **series** | [![npm version](https://badge.fury.io/js/%40ngx-config%2Fmerge-loader.svg)](https://www.npmjs.com/package/@ngx-config/merge-loader) |\n\n## Examples\n\n- [ng-seed/universal] and [fulls1z3/example-app] are officially maintained projects, showcasing common patterns and best\n  practices for **`ngx-config`**.\n\n## Contributing\n\nIf you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:\n\n- [Issue guidelines](CONTRIBUTING.md#submit)\n- [Contributing guidelines](CONTRIBUTING.md)\n- [Coding rules](CONTRIBUTING.md#rules)\n- [Change log](/releases)\n\n#### Thanks to\n\n- [JetBrains], for their support to this open source project with free [WebStorm] licenses.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2019 [Burak Tasci]\n\n[ngx-config]: https://github.com/fulls1z3/ngx-config\n[ng-seed/universal]: https://github.com/ng-seed/universal\n[fulls1z3/example-app]: https://github.com/fulls1z3/example-app\n[jetbrains]: https://www.jetbrains.com/community/opensource\n[webstorm]: https://www.jetbrains.com/webstorm\n[burak tasci]: https://github.com/fulls1z3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulls1z3%2Fngx-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulls1z3%2Fngx-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulls1z3%2Fngx-config/lists"}