From d43c280efe3c02f06eae68eec06144967eabff2e Mon Sep 17 00:00:00 2001 From: Moe Myat Zaw Date: Sun, 14 Jun 2020 20:58:16 +0630 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 67714c32..3e73aafe 100644 --- a/README.md +++ b/README.md @@ -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