ngx-feature-toggle
Your module to handle with feature toggles in Angular applications easier.
File Explorer
Download Latest Version (.zip)- ci.yml
- CODEOWNERS
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- ngx-feature-toggle-provider.component.spec.ts
- ngx-feature-toggle-provider.component.ts
- ngx-feature-toggle-route-guard.router.spec.ts
- ngx-feature-toggle-route-guard.router.ts
- ngx-feature-toggle.directive.spec.ts
- ngx-feature-toggle.directive.ts
- ngx-feature-toggle.module.ts
- ngx-feature-toggle.util.spec.ts
- ngx-feature-toggle.util.ts
- public-api.ts
- ng-package.json
- package.json
- README.md
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- build.js
- check-bundle-size.js
- callback-demo.component.html
- callback-demo.component.ts
- customer-detail.component.ts
- customer.component.css
- customer.component.ts
- error.component.html
- error.component.scss
- error.component.ts
- home.component.html
- home.component.scss
- home.component.ts
- home.module.ts
- restrict-page-due-feature-toggle.component.html
- restrict-page-due-feature-toggle.component.scss
- restrict-page-due-feature-toggle.component.ts
- app-routing.module.ts
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- app.module.ts
- app.routes.server.ts
- app.server.module.ts
- hello.component.html
- hello.component.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.server.ts
- main.ts
- server.ts
- styles.scss
- .browserslistrc
- .coveralls.yml
- .editorconfig
- .gitignore
- .npmignore
- .nvmrc
- .prettierignore
- .prettierrc
- angular.json
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- eslint.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
# Installation Guide
1. Get the code
git clone https://github.com/willmendesneto/ngx-feature-toggle
Downloads the entire project code from GitHub to your computer.
cd ngx-feature-toggle
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install ngx-feature-toggle --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
