Skip to content

Commit

Permalink
fix: πŸ› add ControlOf type to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
itayod committed Oct 22, 2020
1 parent f043a92 commit 6c44f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngneat/reactive-forms/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export {
NgValidatorsErrors,
ControlFactory,
ControlFactoryMap,
PersistOptions
PersistOptions,
ControlOf
} from './lib/types';
export { ControlValueAccessor } from './lib/controlValueAccessor';
export { PersistManager } from './lib/persistManager';
Expand Down

0 comments on commit 6c44f38

Please sign in to comment.