# NG Foundation

## Table of Content

* Introduction
* Installation
* Configuration
* Usage
* Licence

## Introduction

Provide user interaction, foundation data for web apps.

## Installation

```
$ npm install springbuck/ng-foundation

"dependencies": {
    ...
    "springbuck/ng-foundation": "~0.0.0",
    ...
}
```

# Configurations

```
// src/app/app.module.ts

import { NGFOUNDATION_CONFIG } from "@springbuck/ng-foundation";
import { MY_NGFOUNDATION_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGFOUNDATION_CONFIG, useValue: MY_NGFOUNDATION_CONFIG_VALUE }
    ...
]
```

## Usage

```
```

## Licence
Released under the MIT License, [LICENSE](LICENSE).