Documentation for a newer release is available. View Latest
Esta página no está disponible actualmente en Español. Si lo necesita, póngase en contacto con el servicio de asistencia de Icon (correo electrónico)

@iconsolutions/ods

Getting Started

To use the ODS module in your application, you will need to add the following to the app routing module:

{
    path: 'ods',
    loadChildren: () => import('@iconsolutions/ods').then((m) => m.OdsSearchModule),
    data: { roles: ['ROLE_PAYMENT'] }
    canActivate: [roleGuard],
}

Dependencies

Peer Dependencies

Icon Solutions

Icons own library for use of commonly used components.

  • "@iconsolutions/common"

External Dependencies


AG Grid

AG Grid is a feature rich datagrid designed for the major JavaScript Frameworks.

AG Grid is used widely with good documentation and releases seem to coincide with Angular releases.

  • "@ag-grid-community/angular"

  • "@ag-grid-community/client-side-row-model"

  • "@ag-grid-community/core"

NGRX

NgRx Store provides reactive state management for Angular apps inspired by Redux.

Well maintained, good documentation. A high quality dependency.

  • "@ngrx/effects"

  • "@ngrx/store"

  • "rxjs"

vkBeautify

vkBeautify javascript plugin to pretty-print or minify text in XML, JSON, CSS and SQL formats.

Last maintained 5 years ago. Used inside our prettifyString pipe.

This dependency is not Angular dependant.

  • "vkbeautify"

CodeMirror

CodeMirror is a code editor component for the web.

Well maintained, good documentation. A high quality dependency.

  • "@ctrl/ngx-codemirror"

  • "codemirror"

D3

D3 is a JavaScript library for bespoke data visualization.

Well maintained, good documentation. A high quality dependency.

This dependency is not Angular dependant.

  • "d3"

  • "d3-graphviz"

Diff Match Patch

diff-match-patch is a high-performance library in multiple languages that manipulates plain text.

Well maintained by Google, good documentation. A high quality dependency.

This dependency is not Angular dependant.

  • "diff-match-patch"

Customising the ODS Operational Dashboard Module

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