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/audit

Getting Started

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

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

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

Dependencies

Peer Dependencies

Icon Solutions

Icons own library for use of commonly used components.

  • "@iconsolutions/common"

Customising the Operational Dashboard Audit Module

To customise the Audit module see the relevant ops-gui-module docs.