Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanaseryan committed Feb 3, 2019
1 parent 270a0ba commit 5372c92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Configuration utility for Angular app based on the environment variables. [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Configuration%20utility%20for%20Angular%20apps&url=https://github.com/kmanaseryan/ngx-envconfig&hashtags=Angular,config,JavaScript,developers)


> If you like the idea, please leave a Github star.
## Using JSON files configure your Angular app like a BOSS!
Specify a list of API endpoints in the JSON and get them in your code with ease.

Expand All @@ -13,6 +11,12 @@ Look how beautiful is your code :blush:

![](demo2.gif)

Configuring your app for each environment be like:

![](demo3.gif)

> Did you like it? Please put a Github star to support.
## Table of contents:
1. [ Features ](#features)
2. [ Installation ](#isntall)
Expand Down
Binary file added demo3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-envconfig",
"version": "1.2.4",
"version": "7.0.1",
"description": "Configuration utility for Angular app based on the environment variables ",
"scripts": {
"copy": "node tools/copy-package.js && node tools/cleanup-package.js",
Expand Down

0 comments on commit 5372c92

Please sign in to comment.