9.0.1-beta.34 • Published 2 years ago

ngx-schema-form-widgets-primeng-ultima v9.0.1-beta.34

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

UI Widgets PrimeNG Ultima

This lib provides widgets based on PrimeNG with theme ULTIMA.

This widget are used within a form generated by the ngx-schema-form-view project.

Preview

A tiny impression of a preview. Visit the LIVE DEMO for more.

Click to visit LIVE DEMO

See more preview images

Usage

Register the module UiWidgetsPrimengModule into your module declaration and register the registry as provider

    @NgModule({
      ...
      imports: [
        ...
          UiWidgetsPrimengModule
        ...
      ],
      providers: [
        {provide: WidgetRegistry, useClass: WidgetRegistryPrimeNG}
      ]
      ...
    })

Widget Library Documentation

Head over to the library documentation README.MD (Not Yet :-( )

Unfortunately this projects lacks of a documentation.

To see how to use any of this widget head over to the source code of the widgets html templates

Development

To generate all *.js, *.d.ts and *.metadata.json files:

Live preview

Try it out in the demo app

$ ng build --prod ngx-schema-form-widgets-primeng-ultima
$ npm start

Build library

$ ng build --prod ngx-schema-form-widgets-primeng-ultima

or use the shortcut npm run build:lib

Deploy library

$ ng build --prod ngx-schema-form-widgets-primeng-ultima && \
  cd dist/ngx-schema-form-widgets-primeng-ultima && \
  npm pack \
  && cd -

or use the shortcut $ npm run deploy:lib


Project upgrade

This project has been upgraded

For more detail see UPGRADE.MD created in project directory

nucli NPM Commands

This project was generated with NUCLI

For a full list of NPM commands refer to the file COMMANDS_README.MD created in the project directory


9.0.1-beta.34

2 years ago

9.0.1-beta.33

2 years ago

9.0.1-beta.32

2 years ago

9.0.1-beta.31

2 years ago

9.0.1-beta.30

2 years ago

9.0.1-beta.29

2 years ago

9.0.1-beta.28

2 years ago

9.0.1-beta.27

2 years ago