# documment-mmp.ui.data

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.


## Installation

To install this library:

```bash
$ npm install @documment/mmp.ui.data --save
```

Then, in your Typescript files:

```bash
import { Api } from 'documment/mmp.ui.data';
```


## Development

To run all unit tests via [Karma](https://karma-runner.github.io):

```bash
$ npm run test
```


To lint all `*.ts` files:

```bash
$ npm run lint
```


To clean the distribution and build folders:

```bash
$ npm run clean
```


To build the source files generate all `*.js`, `*.d.ts` and `*.metadata.json` files:

```bash
$ npm run build
```


## Publishing

To publish the contents of the distribution folder (run the build command first):

```bash
$ npm run publish
```


## License

MIT © [Documment](mailto:info@documment.com)

