New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@code-workers.io/ngx-feature-toggle

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-workers.io/ngx-feature-toggle

Lightweight library to enable/disable features in your Angular application for e.g. A/B testing

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

@code-workers.io/ngx-feature-toggle

Configure your Angular apps easily with feature flags for e.g. A/B-testing.

Installation

npm install @code-workers.io/ngx-feature-toggle

Usage

You will need to implement a service which implements the FeatureProvider interface and then provide it with the NGX_FEATURE_PROVIDER token in your app.module. That's it for the configuration.

To use it you can simply:

<feature *ngxToggleFeature="'feat-a'; or 'feat-b'"> </feature>

Compatibility

  • Version 1.x.x is compatible with Angular >= 14.x.x

Keywords

angular

FAQs

Package last updated on 23 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts