Service Development
"ng2Config": {
"packageName": "@servoy/webnotifications",
"serviceName": "WebNotificationsService",
"moduleName": "WebNotificationsModule",
"entryPoint": "dist/servoy/webnotifications"
},NPM-PackageName: @servoy/webnotifications@Injectable()
export class WebNotificationsService {
}@NgModule({
declarations: [],
providers: [WindowRefService, WebNotificationsService, ServoyToastrService, ToastrService],
imports: [
CommonModule,
ServoyPublicModule,
ToastrModule.forRoot()
],
exports: []
})
export class WebNotificationsModule {}Last updated
Was this helpful?