Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pBouillon/ngx-flagr
🚩 Effortless feature flag management in Angular
https://github.com/pBouillon/ngx-flagr
ab-testing angular feature-flags hacktoberfest ngx ngx-flagr
Last synced: 23 days ago
JSON representation
🚩 Effortless feature flag management in Angular
- Host: GitHub
- URL: https://github.com/pBouillon/ngx-flagr
- Owner: pBouillon
- License: mit
- Created: 2023-04-16T09:23:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T11:50:17.000Z (about 1 year ago)
- Last Synced: 2024-11-16T01:00:28.877Z (26 days ago)
- Topics: ab-testing, angular, feature-flags, hacktoberfest, ngx, ngx-flagr
- Language: TypeScript
- Homepage: https://pbouillon.github.io/ngx-flagr/
- Size: 1.1 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-flagr - Effortless feature flag management in Angular. (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-flagr - Effortless feature flag management in Angular. (Table of contents / Third Party Components)
README
🚩 Effortless feature flag management in Angular
---
# ngx-flagr
[![CI](https://github.com/pBouillon/ngx-flagr/actions/workflows/ci.yml/badge.svg)](https://github.com/pBouillon/ngx-flagr/actions/workflows/ci.yml)
> | Project | version | Downloads |
> |:--------|:--------|:----------|
> | [`@ngx-flagr/core`](https://pbouillon.github.io/ngx-flagr/docs/category/ngx-flagrcore) | [![npm](https://img.shields.io/npm/v/@ngx-flagr/core.svg)](https://www.npmjs.com/package/@ngx-flagr/core) | [![npm](https://img.shields.io/npm/dt/@ngx-flagr/core)](https://www.npmjs.com/package/@ngx-flagr/core) |
> | [`@ngx-flagr/routing`](https://pbouillon.github.io/ngx-flagr/docs/category/ngx-flagrrouting) | [![npm](https://img.shields.io/npm/v/@ngx-flagr/routing.svg)](https://www.npmjs.com/package/@ngx-flagr/routing) | [![npm](https://img.shields.io/npm/dt/@ngx-flagr/core)](https://www.npmjs.com/package/@ngx-flagr/routing) |`ngx-flagr` is an Angular library that simplifies feature flag management by providing a set of classes that can be used to efficiently manage feature flags. With `ngx-flagr`, you can easily manage feature flags, target specific users or segments, and experiment with different variations of your app's features.
## Documentation
To learn more about this library and its usage, please check out [the official documentation](https://pbouillon.github.io/ngx-flagr).
## Contributing
Contributions are warmly welcomed.
If you would like to contribute, please read the [contributing guidelines](./CONTRIBUTING.md) first.
---
This library is available on GitHub and released under the [MIT License](./LICENSE).
You can also view the [NPM packages](https://www.npmjs.com/org/ngx-flagr) that have been published for this library.