@anjuna/angular-meta-ui
TypeScript icon, indicating that this package has built-in type declarations

1.2.19 • Public • Published



@anjuna/angular-meta-ui

The meta ui module contains a variety of pieces working with JSON schema based data. You may recognize it from it's previous life as ZAL Schema Form.

Usage

Include the module in your application's package.json.

npm install @anjuna/angular-meta-ui

NOTE Don't forget the peer dependencies of @anjuna/core

Import the Angular module into your application module.

import {AnjunaMetaUIModule} from '@anjuna/angular-meta-ui';

@NgModule({
    imports: [
        AnjunaMetaUIModule,
        // other imports
    ]
    // rest of module declaration
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @anjuna/angular-meta-ui

Weekly Downloads

3

Version

1.2.19

License

MIT

Unpacked Size

1.03 MB

Total Files

85

Last publish

Collaborators

  • rdesisto
  • z-cduflo
  • gmazerogers
  • twotonebytes