Notificaties API
Last updated
valtimo.zgw.register-abonnementen: trueimport { NotificatiesApiPluginModule, notificatiesApiPluginSpecification } from '@valtimo/plugin';
@NgModule({
imports: [
NotificatiesApiPluginModule,
],
providers: [
{
provide: PLUGIN_TOKEN,
useValue: [
notificatiesApiPluginSpecification,
]
}
]
})