Skip to content

Commit

Permalink
removed obsolete service, updated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszhanaj committed Dec 11, 2024
1 parent c0d0d21 commit 70aa318
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 58 deletions.
1 change: 0 additions & 1 deletion lib/core/src/lib/form/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export * from './services/form-rendering.service';
export * from './services/form.service';
export * from './services/form-validation-service.interface';
export * from './services/widget-visibility.service';
export * from './services/screen-rendering.service';

export * from './pipes';

Expand Down
33 changes: 0 additions & 33 deletions lib/core/src/lib/form/services/screen-rendering.service.spec.ts

This file was deleted.

24 changes: 0 additions & 24 deletions lib/core/src/lib/form/services/screen-rendering.service.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
import { EventEmitter } from '@angular/core';

export interface UserTaskCustomUi {
appName: string;
taskId: string;
screenId: string;
error: EventEmitter<any>;
cancelClick: EventEmitter<string>;
taskClaimed: EventEmitter<string>;
Expand Down

0 comments on commit 70aa318

Please sign in to comment.