@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)
}