Skip to content

Commit

Permalink
refactor(io): use noop function when OnChanges is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Aug 27, 2022
1 parent c634e20 commit 6e0a6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/ng-dynamic-component/src/lib/io/io.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class IoService implements OnDestroy {
private inputs: InputsType;
private outputs: OutputsType;
private outputsChanged: (outputs: OutputsType) => boolean = () => false;
private maybeNotifyInputChanges: (isFirstChange: boolean) => void = () => {};

private get compRef() {
return this.compInjector.componentRef;
Expand Down

0 comments on commit 6e0a6ff

Please sign in to comment.