Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jun 14, 2020
1 parent eb1db85 commit d43c280
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

The `ng-config` is a configuration and options service for Angular applications with flexible api and extendable config providers.

## Features

* **`mapType(MyOptions)`** - map configuration values with options class
* **`mapObject('myKey', myOptions)`** - map configuration values with options object
* **`getValue('myKey')`** - get the raw configuration section value
* **`reload()`** - reload the fresh configuration values from config providers
* **`valueChanges`** - configuration value changes event
* **`ConfigProvider`** - extendable config provider interface and multiple config providers are supported

## Get Started

### Installation
Expand Down

0 comments on commit d43c280

Please sign in to comment.