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/version-info
Introduction
The version screen is a technical screen providing a list of the dependency versions running on each of the services.
It is useful to identify what has been released on which node.
| The version of the services will only appear here if they have been configured in the dashboard configuration. |
Getting Started
To begin using the library simply run npm i @iconsolutions/version-info in whatever angular app you need to use the library in.
You will need to add the following to the app routing module:
{
path: 'cluster-health',
loadChildren: () =>
import('@iconsolutions/cluster-health').then((m) => m.ClusterHealthModule)
}