Besluiten API
Last updated
import { BesluitenApiPluginModule, besluitenApiPluginSpecification } from '@valtimo/plugin';
@NgModule({
imports: [
BesluitenApiPluginModule,
],
providers: [
{
provide: PLUGIN_TOKEN,
useValue: [
besluitenApiPluginSpecification,
]
}
]
})