UNPKG

@nestjs-mod/webhook-afat

Version:

Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction

15 lines (14 loc) 827 B
export * from './lib/forms/webhook-form/webhook-form.component'; export * from './lib/forms/webhook-log-form/webhook-log-form.component'; export * from './lib/generated/webhook-rest_sdk-angular.module'; export * from './lib/grids/webhook-grid/webhook-grid.component'; export * from './lib/grids/webhook-log-grid/webhook-log-grid.component'; export * from './lib/services/webhook-auth.service'; export * from './lib/services/webhook-events.service'; export * from './lib/services/webhook-form.service'; export * from './lib/services/webhook-guard.service'; export * from './lib/services/webhook-log-form.service'; export * from './lib/services/webhook-log-mapper.service'; export * from './lib/services/webhook-log.service'; export * from './lib/services/webhook-mapper.service'; export * from './lib/services/webhook.service';