@iconsolutions/ipf-operations
Getting Started
To use the ipf-operations module in your application, you will need to add the following to your app.config.ts:
export const appConfig: ApplicationConfig = {
providers: [
importProvidersFrom(
...
IpfOperationsModule
)
]
}
Customising the ODS Features
To customise the ODS Operational Dashboard features see the relevant ops-gui-module docs.