UNPKG

ngx-feature-toggle-demo

Version:

Your module to handle with feature toggles in Angular applications easier.

8 lines (7 loc) 246 B
<h2>Hello!</h2> <feature-toggle-provider [features]="anotherFeatureToggleData"> <div *featureToggle="'enableAnother'"> <h3>This is sparta</h3> <p>condition is true and "featureToggle" is enabled.</p> </div> </feature-toggle-provider>