@ukho/cdp-metadata
TypeScript icon, indicating that this package has built-in type declarations

1.9.0 • Public • Published

@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:

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

...

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

Readme

Keywords

none

Package Sidebar

Install

npm i @ukho/cdp-metadata

Weekly Downloads

11

Version

1.9.0

License

none

Unpacked Size

2.32 MB

Total Files

373

Last publish

Collaborators

  • benmorgan
  • aclevela
  • tombarham96