Documentation for a newer release is available. View Latest

@iconsolutions/processing-settings

Getting Started

To begin using the library simply run npm i @iconsolutions/processing-settings in whatever angular app you need to use the library in.

You will need to add the following to the app routing module:

{
    path: 'processing-settings',
    loadChildren: () =>
    import('@iconsolutions/processing-settings').then((m) => m.ProcessingSettingsModule)
}

Dependencies

Peer Dependencies

Icon Solutions

Icons own library for use of commonly used components.

  • "@iconsolutions/common"

Customising the Processing Settings Operational Dashboard Module

To customise the Processing Settings Operational Dashboard module see the relevant ops-gui-module docs.