# @ukho/cdp-metadata

> This project provides an `@ukho/cdp-metadata` implementation including `@ngrx/store` feature for metadata providing actions, reducers, effects, and selectors

Latest version **1.9.0** (published 2019-06-05) · 0 weekly downloads

## Install

```sh
npm install @ukho/cdp-metadata
pnpm add @ukho/cdp-metadata
yarn add @ukho/cdp-metadata
bun add @ukho/cdp-metadata
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.9.0 |
| Published | 2019-06-05 |
| First published | 2019-06-05 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | UK Hydrographic Office |
| Maintainers | aclevela, andrewpickin-ukho, alexbush247, benmorgan, ant59 |

## Links

- npm: https://www.npmjs.com/package/@ukho/cdp-metadata
- npm.io page: https://npm.io/package/@ukho/cdp-metadata

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^1.9.0

## Recent versions

- 1.9.0 (latest) — 2019-06-05

## README

# @ukho/cdp-metadata

This project provides an `@ukho/cdp-metadata` implementation including `@ngrx/store` feature for metadata providing actions, reducers, effects, and selectors

## Usage

Import the NgModule from this library, and call the `forRoot()` method in the imports of your NgModule where you want to provide the cdp-metadata implementation.

For example:

```typescript
import { MintMetadataModule } from '@ukho/cdp-metadata';

...

@NgModule({
  imports: [
    ...
    MintMetadataModule.forRoot(),
  ],
  ...
})
export class AppModule {}
```

---
_Source: https://npm.io/package/@ukho/cdp-metadata · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
