4.0.0 • Published 8 years ago

qipp-config-environment v4.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

qipp-config-environment Build Status npm version js-standard-style

General

This module is used on our clients to extend the default flatapp.config configuration module, exposing the API host as a property of the config object (using the qipp API).

Install

npm i qipp-config-environment

Angular usage

In the config phase of your angular application:

angular.module('flatapp', [
    'flatapp.config'
]).config([
    'config',
    function (
        config
    ) {
    // config.api.host is now accessible.
    }
])

Tools

Linting with StandardJS

Please refer to the JavaScript Standard Style for general rules.

npm run lint

Unit testing with Karma

npm test

Requirements

Angular

Licence

Released under the MIT license by qipp.

4.0.0

8 years ago

3.0.0

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago