Skip to content

Commit

Permalink
fix: πŸ› expose diff operator
Browse files Browse the repository at this point in the history
Closes: #83
  • Loading branch information
NetanelBasal committed Mar 14, 2021
1 parent ac86bf7 commit 3fc264e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngneat/reactive-forms/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export { ControlValueAccessor } from './lib/controlValueAccessor';
export { PersistManager } from './lib/persistManager';
export { LocalStorageManager } from './lib/localStorageManager';
export { SessionStorageManager } from './lib/sessionStorageManager';
export { diff } from './lib/operators/diff';

0 comments on commit 3fc264e

Please sign in to comment.