1.0.2 • Published 5 years ago

@injectable/config-service v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Config Service

Service for retrieving a simple static config object.

This is an templete for developing an Injectable for the Injectable Core.

Config file

The path to the config file is always config.json.

The config values for an injectable are stored mapped to their primary typename. A example config could look like this.

{
    "DevelopmentReloadService": {
        "injectables": [
            "SampleInjectable"
        ]
    }
}

License

See the LICENSE file for license rights and limitations (MIT).